Skip to content

Commit

Permalink
Added test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Feb 8, 2017
1 parent a9e541d commit 8e3c6fe
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Tests
testAttachmentProperties

self
assert: CssConstants fixed equals: 'fixed';
assert: CssConstants scroll equals: 'scroll'
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ testBackgroundProperties
assert: CssConstants local equals: 'local';
assert: CssConstants borderBox equals: 'border-box';
assert: CssConstants paddingBox equals: 'padding-box';
assert: CssConstants contentBox equals: 'content-box'
assert: CssConstants contentBox equals: 'content-box';
assert: CssConstants closestCorner equals: 'closest-corner';
assert: CssConstants closestSide equals: 'closest-side';
assert: CssConstants farthestCorner equals: 'farthest-corner';
assert: CssConstants farthestSide equals: 'farthest-side'
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Tests
testBasicConstantws

self
assert: CssConstants auto equals: 'auto';
assert: CssConstants even equals: 'even';
assert: CssConstants hide equals: 'hide';
assert: CssConstants inherit equals: 'inherit';
assert: CssConstants none equals: 'none';
assert: CssConstants odd equals: 'odd';
assert: CssConstants show equals: 'show';
assert: CssConstants vertical equals: 'vertical'
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Tests
testBorderProperties

self
assert: CssConstants fill equals: 'fill';
assert: CssConstants stretch equals: 'stretch'
assert: CssConstants stretch equals: 'stretch';
assert: CssConstants collapse equals: 'collapse';
assert: CssConstants dashed equals: 'dashed';
assert: CssConstants dotted equals: 'dotted';
assert: CssConstants double equals: 'double';
assert: CssConstants groove equals: 'groove';
assert: CssConstants inset equals: 'inset';
assert: CssConstants medium equals: 'medium';
assert: CssConstants outset equals: 'outset';
assert: CssConstants ridge equals: 'ridge';
assert: CssConstants separate equals: 'separate';
assert: CssConstants solid equals: 'solid';
assert: CssConstants thick equals: 'thick';
assert: CssConstants thin equals: 'thin'
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"instance" : {
"testBackgroundProperties" : "GabrielOmarCotelli 2/8/2017 19:16",
"testBorderProperties" : "GabrielOmarCotelli 2/8/2017 19:21",
"testTextConstants" : "GabrielOmarCotelli 4/12/2014 15:55",
"testGradientConstants" : "GabrielOmarCotelli 4/14/2014 11:03",
"testBackgroundProperties" : "GabrielOmarCotelli 4/8/2014 23:04",
"testBorderProperties" : "GabrielOmarCotelli 4/8/2014 23:24",
"testTextConstants" : "GabrielOmarCotelli 4/12/2014 15:55"
"testAttachmentProperties" : "GabrielOmarCotelli 2/8/2017 19:11",
"testBasicConstantws" : "GabrielOmarCotelli 2/8/2017 19:10"
},
"class" : { }
}
2 changes: 1 addition & 1 deletion source/RenoirSt-Tests.package/monticello.meta/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(name 'RenoirSt-Tests-GabrielOmarCotelli.40' message 'Add test cases' id '78bc731a-3535-4d2d-acc8-d6dd25b87c4f' date '5 February 2017' time '10:07:04.009131 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.39' message 'Removed CssInstanceCreationFailed ' id '77538cd6-29b0-452b-9e4c-0ab659519ff8' date '4 February 2017' time '10:12:29.509913 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-PedroAntonioLentini.38' message 'Issue #62 Add support for word-wrap property' id '7df4eb13-ffb6-874e-8935-9a742109132e' date '13 January 2016' time '11:09:21.945214 am' author 'PedroAntonioLentini' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.37' message 'Issue #49Improve test cases to use <n> and <t> to ease porting' id 'cdd80177-d272-7046-9479-241ab7d34a3f' date '28 October 2015' time '7:14:50.462421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.36' message 'Issue #33Implement @font-face rules and some font reference abstractions' id 'e05005b9-54b4-9249-b388-94e1fa34dd3d' date '28 October 2015' time '6:35:23.533421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.35' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element.- Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '0e63da61-a946-2f42-8359-52b6891a3f48' date '28 October 2015' time '5:00:49.915421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.34' message 'Issue #53 - Improve Attribute Reference with string fallbacks' id '0592091f-9da3-0640-9a36-82724909f5c4' date '28 October 2015' time '4:04:03.450421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.33' message '- Add conversion method in colors to provide an alpha value for an existing color- Fix Bug in HSLColor function name when alpha value was provided- Add some properties and constants' id 'ec3737ef-5b0b-fd4e-9834-1a8a2299b737' date '28 October 2015' time '3:49:50.608421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.32' message 'Issue #61. Add a better abstraction for box shadows' id 'dd8720a1-95fb-8143-8763-08a3323df0ca' date '28 October 2015' time '2:49:10.300421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.31' message 'Add not pseudoclass selector shortcut' id '09787320-e5a2-ad41-aaf1-bccc505cfa6f' date '28 October 2015' time '10:09:58.995421 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.30' message 'Issue #40 - Gradient Support Addes support for linear-gradient(), radial-gradient(), repeating-linear-gradient(), repeating-radial-gradient() and some constants' id '7d4aec93-b9db-354e-bed9-a6db6ebfb60e' date '14 April 2014' time '11:07:31.195813 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
(name 'RenoirSt-Tests-GabrielOmarCotelli.41' message 'Added test cases' id 'eefdf44f-359a-452e-869c-bf1aa27223c0' date '8 February 2017' time '7:21:50.132209 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.40' message 'Add test cases' id '78bc731a-3535-4d2d-acc8-d6dd25b87c4f' date '5 February 2017' time '10:07:04.009131 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.39' message 'Removed CssInstanceCreationFailed ' id '77538cd6-29b0-452b-9e4c-0ab659519ff8' date '4 February 2017' time '10:12:29.509913 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-PedroAntonioLentini.38' message 'Issue #62 Add support for word-wrap property' id '7df4eb13-ffb6-874e-8935-9a742109132e' date '13 January 2016' time '11:09:21.945214 am' author 'PedroAntonioLentini' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.37' message 'Issue #49Improve test cases to use <n> and <t> to ease porting' id 'cdd80177-d272-7046-9479-241ab7d34a3f' date '28 October 2015' time '7:14:50.462421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.36' message 'Issue #33Implement @font-face rules and some font reference abstractions' id 'e05005b9-54b4-9249-b388-94e1fa34dd3d' date '28 October 2015' time '6:35:23.533421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.35' message '- Implement greaseString in CssDeclarationBlock to allow using it inlined as style: in an HTML element.- Changed URL default semantics and add extension to allow consideration as relative to the style sheet' id '0e63da61-a946-2f42-8359-52b6891a3f48' date '28 October 2015' time '5:00:49.915421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.34' message 'Issue #53 - Improve Attribute Reference with string fallbacks' id '0592091f-9da3-0640-9a36-82724909f5c4' date '28 October 2015' time '4:04:03.450421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.33' message '- Add conversion method in colors to provide an alpha value for an existing color- Fix Bug in HSLColor function name when alpha value was provided- Add some properties and constants' id 'ec3737ef-5b0b-fd4e-9834-1a8a2299b737' date '28 October 2015' time '3:49:50.608421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.32' message 'Issue #61. Add a better abstraction for box shadows' id 'dd8720a1-95fb-8143-8763-08a3323df0ca' date '28 October 2015' time '2:49:10.300421 pm' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.31' message 'Add not pseudoclass selector shortcut' id '09787320-e5a2-ad41-aaf1-bccc505cfa6f' date '28 October 2015' time '10:09:58.995421 am' author 'GabrielOmarCotelli' ancestors ((name 'RenoirSt-Tests-GabrielOmarCotelli.30' message 'Issue #40 - Gradient Support Addes support for linear-gradient(), radial-gradient(), repeating-linear-gradient(), repeating-radial-gradient() and some constants' id '7d4aec93-b9db-354e-bed9-a6db6ebfb60e' date '14 April 2014' time '11:07:31.195813 am' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())
Expand Down

0 comments on commit 8e3c6fe

Please sign in to comment.