-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor changes. Added support for refuse:.
- Loading branch information
Showing
26 changed files
with
83 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
source/Buoy-Tests.package/AssertionCheckerBuilderTest.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
source/Buoy-Tests.package/AssertionCheckerTest.class/instance/testRefuseOneFactFailing.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
tests | ||
testRefuseOneFactFailing | ||
|
||
| explanation | | ||
|
||
explanation := 'A false statement'. | ||
self should: [ AssertionChecker refuse: [ true ] because: explanation ] raise: AssertionFailed withExceptionDo: [ :exception | self assert: exception messageText equals: explanation ] |
6 changes: 6 additions & 0 deletions
6
source/Buoy-Tests.package/AssertionCheckerTest.class/instance/testRefuseOneFactNotFailing.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
tests | ||
testRefuseOneFactNotFailing | ||
|
||
self | ||
shouldnt: [ AssertionChecker refuse: [ false ] because: [ self fail ] ] raise: AssertionFailed; | ||
shouldnt: [ AssertionChecker refuse: [ false ] because: [ self fail ] raising: InstanceCreationFailed ] raise: InstanceCreationFailed |
8 changes: 5 additions & 3 deletions
8
source/Buoy-Tests.package/AssertionCheckerTest.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"instance" : { | ||
"testEnforceOneFactFailingRaisingNonDefaultException" : "GabrielOmarCotelli 1/31/2017 20:19", | ||
"testEnforceOneFactFailing" : "GabrielOmarCotelli 1/31/2017 20:16", | ||
"testEnforceOneFactNotFailing" : "GabrielOmarCotelli 1/31/2017 20:57", | ||
"testEnforceOneFactFailingRaisingError" : "GabrielOmarCotelli 1/31/2017 21:08" | ||
"testRefuseOneFactFailing" : "GabrielOmarCotelli 2/1/2017 14:49", | ||
"testEnforceOneFactFailing" : "GabrielOmarCotelli 1/31/2017 20:16", | ||
"testRefuseOneFactNotFailing" : "GabrielOmarCotelli 2/1/2017 15:08", | ||
"testEnforceOneFactFailingRaisingError" : "GabrielOmarCotelli 2/1/2017 14:22", | ||
"testEnforceOneFactFailingRaisingNonDefaultException" : "GabrielOmarCotelli 1/31/2017 20:19" | ||
}, | ||
"class" : { } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'Buoy-Tests-GabrielOmarCotelli.4' message 'Add test cases' id 'eebeab3b-1eda-4b0c-955e-450bc100b05a' date '31 January 2017' time '9:13:55.838186 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-Tests-GabrielOmarCotelli.3' message 'Add Holders ' id '21414a7c-6b1d-134d-a01a-dad169c438de' date '27 January 2017' time '6:47:13.88642 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-Tests-GabrielOmarCotelli.2' message 'Renamed a method' id '4db25a31-cdbf-4d66-8e72-877e298b1b47' date '26 January 2017' time '7:51:46.200684 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-Tests-GabrielOmarCotelli.1' message 'Renamed packages' id '714b9a68-e0b3-4b48-be06-7b3f27f4ce47' date '26 January 2017' time '7:29:43.673983 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) | ||
(name 'Buoy-Tests-GabrielOmarCotelli.5' message 'Minor changes. Added support for refuse:.' id '76d04fb8-d53c-2348-b0b9-e090961b922e' date '1 February 2017' time '3:16:33.360533 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-Tests-GabrielOmarCotelli.4' message 'Add test cases' id 'eebeab3b-1eda-4b0c-955e-450bc100b05a' date '31 January 2017' time '9:13:55.838186 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-Tests-GabrielOmarCotelli.3' message 'Add Holders ' id '21414a7c-6b1d-134d-a01a-dad169c438de' date '27 January 2017' time '6:47:13.88642 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-Tests-GabrielOmarCotelli.2' message 'Renamed a method' id '4db25a31-cdbf-4d66-8e72-877e298b1b47' date '26 January 2017' time '7:51:46.200684 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-Tests-GabrielOmarCotelli.1' message 'Renamed packages' id '714b9a68-e0b3-4b48-be06-7b3f27f4ce47' date '26 January 2017' time '7:29:43.673983 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) |
4 changes: 4 additions & 0 deletions
4
source/Buoy.package/Asserter.class/instance/asReverseFact..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
private | ||
asReverseFact: aFact | ||
|
||
^ [ aFact value not ] |
4 changes: 4 additions & 0 deletions
4
source/Buoy.package/Asserter.class/instance/refuse.because..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
configuring | ||
refuse: aFact because: aStringOrBlock | ||
|
||
self enforce: (self asReverseFact: aFact) because: aStringOrBlock |
4 changes: 4 additions & 0 deletions
4
source/Buoy.package/Asserter.class/instance/refuse.because.onSuccess..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
configuring | ||
refuse: aFact because: anExplanationStringOrBlock onSuccess: aSuccessAction | ||
|
||
self enforce: (self asReverseFact: aFact) because: anExplanationStringOrBlock onSuccess: aSuccessAction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
{ | ||
"instance" : { | ||
"asReverseFact:" : "GabrielOmarCotelli 2/1/2017 14:44", | ||
"enforce:because:" : "GabrielOmarCotelli 1/26/2017 19:50", | ||
"enforce:because:onSuccess:" : "GabrielOmarCotelli 1/26/2017 19:50", | ||
"initialize" : "GabrielOmarCotelli 1/25/2017 21:42", | ||
"checkApplying:" : "GabrielOmarCotelli 1/25/2017 21:43", | ||
"value:applying:" : "GabrielOmarCotelli 1/24/2017 21:46" | ||
"initialize" : "GabrielOmarCotelli 1/25/2017 21:42", | ||
"value:applying:" : "GabrielOmarCotelli 1/24/2017 21:46", | ||
"refuse:because:onSuccess:" : "GabrielOmarCotelli 2/1/2017 14:44", | ||
"refuse:because:" : "GabrielOmarCotelli 2/1/2017 14:44" | ||
}, | ||
"class" : { } | ||
} |
4 changes: 4 additions & 0 deletions
4
source/Buoy.package/AssertionChecker.class/class/checkApplyingFailFastPolicyTo.raising..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
private | ||
checkApplyingFailFastPolicyTo: asserter raising: errorToSignal | ||
|
||
^ (self applying: (RaiseOnFirstAssertionFailurePolicy raising: errorToSignal) to: asserter) check |
2 changes: 1 addition & 1 deletion
2
source/Buoy.package/AssertionChecker.class/class/enforce.because..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
checking | ||
enforce: aFact because: aStringOrBlockExplanation | ||
|
||
^ self enforce: aFact because: aStringOrBlockExplanation raising: AssertionFailed | ||
^ self enforce: aFact because: aStringOrBlockExplanation raising: AssertionFailurePolicy defaultErrorToSignal |
14 changes: 7 additions & 7 deletions
14
source/Buoy.package/AssertionChecker.class/class/enforce.because.raising..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
checking | ||
enforce: aFact because: aStringOrBlockExplanation raising: errorClass | ||
enforce: aFact because: aStringOrBlockExplanation raising: errorToSignal | ||
|
||
^ (self | ||
applying: (RaiseOnFirstAssertionFailurePolicy raising: errorClass) | ||
to: | ||
(Asserter new | ||
enforce: aFact because: aStringOrBlockExplanation; | ||
yourself)) check | ||
| asserter | | ||
|
||
asserter := Asserter new. | ||
asserter enforce: aFact because: aStringOrBlockExplanation. | ||
|
||
^ self checkApplyingFailFastPolicyTo: asserter raising: errorToSignal |
4 changes: 4 additions & 0 deletions
4
source/Buoy.package/AssertionChecker.class/class/refuse.because..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
checking | ||
refuse: aFact because: aStringOrBlockExplanation | ||
|
||
^ self refuse: aFact because: aStringOrBlockExplanation raising: AssertionFailurePolicy defaultErrorToSignal |
9 changes: 9 additions & 0 deletions
9
source/Buoy.package/AssertionChecker.class/class/refuse.because.raising..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
checking | ||
refuse: aFact because: aStringOrBlockExplanation raising: errorToSignal | ||
|
||
| asserter | | ||
|
||
asserter := Asserter new. | ||
asserter refuse: aFact because: aStringOrBlockExplanation. | ||
|
||
^ self checkApplyingFailFastPolicyTo: asserter raising: errorToSignal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
source/Buoy.package/AssertionCheckerBuilder.class/instance/build.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
checking | ||
build | ||
|
||
^ AssertionChecker applying: (failurePolicyFactory raising: errorClass) to: asserter | ||
^ AssertionChecker applying: (failurePolicyFactory raising: errorToSignal) to: asserter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
source/Buoy.package/AssertionCheckerBuilder.class/instance/raising..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
configuring | ||
raising: anErrorClass | ||
raising: anErrorToSignal | ||
|
||
errorClass := anErrorClass | ||
errorToSignal := anErrorToSignal |
6 changes: 3 additions & 3 deletions
6
source/Buoy.package/AssertionCheckerBuilder.class/methodProperties.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...FailurePolicy.class/class/defaultError.st → ...olicy.class/class/defaultErrorToSignal.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Accessing | ||
defaultError | ||
defaultErrorToSignal | ||
|
||
^ AssertionFailed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(name 'Buoy-GabrielOmarCotelli.4' message 'Add support for configuring the error to raise' id 'c7f8a941-2bd9-4516-b799-422568b01d9b' date '31 January 2017' time '9:12:59.929828 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-GabrielOmarCotelli.3' message 'Add Holders ' id '6abb119b-9bdf-9f4d-9ed6-03e57b808e6f' date '27 January 2017' time '6:46:17.43442 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-GabrielOmarCotelli.2' message 'Renamed a method' id '9695bddd-07f6-4941-9102-6391e123ed81' date '26 January 2017' time '7:51:52.401108 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-GabrielOmarCotelli.1' message 'Renamed packages' id 'cd4412b9-c2d6-4833-aa07-73bfa4f0bd14' date '26 January 2017' time '7:29:12.845086 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) | ||
(name 'Buoy-GabrielOmarCotelli.5' message 'Minor changes. Added support for refuse:.' id '90f1c3f8-f68d-384b-bde2-76191df27929' date '1 February 2017' time '3:15:21.893533 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-GabrielOmarCotelli.4' message 'Add support for configuring the error to raise' id 'c7f8a941-2bd9-4516-b799-422568b01d9b' date '31 January 2017' time '9:12:59.929828 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-GabrielOmarCotelli.3' message 'Add Holders ' id '6abb119b-9bdf-9f4d-9ed6-03e57b808e6f' date '27 January 2017' time '6:46:17.43442 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-GabrielOmarCotelli.2' message 'Renamed a method' id '9695bddd-07f6-4941-9102-6391e123ed81' date '26 January 2017' time '7:51:52.401108 pm' author 'GabrielOmarCotelli' ancestors ((name 'Buoy-GabrielOmarCotelli.1' message 'Renamed packages' id 'cd4412b9-c2d6-4833-aa07-73bfa4f0bd14' date '26 January 2017' time '7:29:12.845086 pm' author 'GabrielOmarCotelli' ancestors () stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ())) stepChildren ()) |