Last 30 days
-
r87
(Added some features for When semantics) committed by goeran.hansen
- Added some features for When semantics
Added some features for When semantics
-
-
-
issue 10
(Visual Studio .NET 2008) Labels changed by goeran.hansen
-
Labels:
Type-Enhancement
−Type-Defect
Labels:
Type-Enhancement
−Type-Defect
-
-
Older
-
r86
(added special handling for ShouldContain and string lists be...) committed by goeran.hansen
- added special handling for ShouldContain and string lists because of a wired bug in Smeedee
added special handling for ShouldContain and string lists because of a wired bug in Smeedee
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r85
Edited wiki page through web user interface.
Revision r85
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r84
Edited wiki page through web user interface.
Revision r84
Edited wiki page through web user interface.
-
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r83
Edited wiki page through web user interface.
Revision r83
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r82
Edited wiki page through web user interface.
Revision r82
Edited wiki page through web user interface.
-
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r81
Edited wiki page through web user interface.
Revision r81
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r80
Edited wiki page through web user interface.
Revision r80
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r79
Edited wiki page through web user interface.
Revision r79
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r78
Edited wiki page through web user interface.
Revision r78
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(How to use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r77
Edited wiki page through web user interface.
Revision r77
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(Use TinyBDD with NUnit) Wiki page edited by goeran.hansen
- Revision r76
Edited wiki page through web user interface.
Revision r76
Edited wiki page through web user interface.
-
UseTinyBDDWithNUnit
(One-sentence summary of this page.) Wiki page added by goeran.hansen
- Revision r75
Created wiki page through web user interface.
Revision r75
Created wiki page through web user interface.
-
r74
(Last revision was a long shoot (to late last night) and now ...) committed by goeran.hansen
- Last revision was a long shoot (to late last night) and now updated the code base.
When a Scenario is executed using the ScenarioClass and StartSCenario the SemanticModel State is
cleared. This makes it's easier to build scenarios after one is executed.
Last revision was a long shoot (to late last night) and now updated the code base.
When a Scenario is executed using the ScenarioClass and StartSCenario the SemanticModel State is
cleared. This makes it's easier to build scenarios after one is executed.
-
issue 7
(Change methid signature of Run method inside TearDown) changed by goeran.hansen
-
Status:
Fixed
Owner:
goeran.hansen
Status:
Fixed
Owner:
goeran.hansen
-
r73
(Impl smarter handling of clearing old scenario when starting...) committed by goeran.hansen
- Impl smarter handling of clearing old scenario when starting to describing a new one
Impl smarter handling of clearing old scenario when starting to describing a new one
-
-
-
r71
(Impl a neat feature for parsing the test methods name. This ...) committed by goeran.hansen
- Impl a neat feature for parsing the test methods name. This can be used when describing Thens in
scenarios.
Impl a neat feature for parsing the test methods name. This can be used when describing Thens in
scenarios.
-
r70
(Wrote a learning test to find out how to get the callers met...) committed by goeran.hansen
- Wrote a learning test to find out how to get the callers method name. Easy using StackeTrace
Wrote a learning test to find out how to get the callers method name. Easy using StackeTrace
-
r69
(Renamed Run method in ScenarioClass to StartScenario) committed by goeran.hansen
- Renamed Run method in ScenarioClass to StartScenario
Renamed Run method in ScenarioClass to StartScenario
-
r68
(Implemented a simpler Exception specification) committed by goeran.hansen
- Implemented a simpler Exception specification
Implemented a simpler Exception specification
-
-
-
-
r64
(Started on unit tests for the specifications) committed by goeran.hansen
- Started on unit tests for the specifications
Started on unit tests for the specifications
-
r63
(Deleted not used content from tools) committed by goeran.hansen
- Deleted not used content from tools
Deleted not used content from tools
-
r62
(Added NUnit 2.5.0 to tools and restructured the content of t...) committed by goeran.hansen
- Added NUnit 2.5.0 to tools and restructured the content of tools
Added NUnit 2.5.0 to tools and restructured the content of tools
-
r61
(Created Specification projects for NUnit 2.4.7 and 2.5.0) committed by goeran.hansen
- Created Specification projects for NUnit 2.4.7 and 2.5.0
Created Specification projects for NUnit 2.4.7 and 2.5.0
-
-
r60
(changed the NUnit framework reference
) committed by goeran.hansen
- changed the NUnit framework reference
changed the NUnit framework reference
-
r59
(Added support for NUnit 2.4.7) committed by goeran.hansen
- Added support for NUnit 2.4.7
Added support for NUnit 2.4.7
-
issue 7
(Change methid signature of Run method inside TearDown) commented on by kisko75
-
-
issue 7
(Change methid signature of Run method inside TearDown) reported by kisko75
-
-
-
-
r57
(More work on the new DSL in the Scenario class. Now added su...) committed by goeran.hansen
- More work on the new DSL in the Scenario class. Now added support for And Semantics.
More work on the new DSL in the Scenario class. Now added support for And Semantics.
-
r56
(Fixed a bug in the SemanticModel.
) committed by goeran.hansen
- Fixed a bug in the SemanticModel.
Fixed a bug in the SemanticModel.
-
r55
(Added functionality in the ScenarioClass for reseting the se...) committed by goeran.hansen
- Added functionality in the ScenarioClass for reseting the semanticModel.
Added functionality in the ScenarioClass for reseting the semanticModel.
-
r54
(more work on the Scenario dsl. Going good!
) committed by goeran.hansen
- more work on the Scenario dsl. Going good!
more work on the Scenario dsl. Going good!
-
r53
(More work on extending the GivenWhenThen dsl to make it easi...) committed by goeran.hansen
- More work on extending the GivenWhenThen dsl to make it easier to use.
More work on extending the GivenWhenThen dsl to make it easier to use.
-
r52
(Working on extending the Scenario dsl introducing the base c...) committed by goeran.hansen
- Working on extending the Scenario dsl introducing the base class Behaviour.
Working on extending the Scenario dsl introducing the base class Behaviour.
-
r51
(Started to work on a Runner for TinyBDD. Added the project s...) committed by goeran.hansen
- Started to work on a Runner for TinyBDD. Added the project skeleton
Started to work on a Runner for TinyBDD. Added the project skeleton
|