Index: doc/snippets/bdd_scenario.snippet =================================================================== diff -u --- doc/snippets/bdd_scenario.snippet (revision 0) +++ doc/snippets/bdd_scenario.snippet (revision 94ed51d278f09a9e2471d91792c65e745f167838) @@ -0,0 +1,55 @@ + + + +
+ BDD Scenario + gwt + A template for easy start of a scenario Unit Test. +
+ + + + Given + Replace with starting condition. + Scenario + + + When + Replace with occurring event(s). + Event + + + Then + Replace with expected result(s). + Result + + + Actual + Replace with the result. + actual + + + Expected + Replace with expected result. + expected + + + + + NUnit.Framework + + + + + + +
+
\ No newline at end of file Index: doc/snippets/test_fixture.snippet =================================================================== diff -u --- doc/snippets/test_fixture.snippet (revision 0) +++ doc/snippets/test_fixture.snippet (revision 94ed51d278f09a9e2471d91792c65e745f167838) @@ -0,0 +1,76 @@ + + + +
+ Test fixture + Barry Faassen + Code snippet for create a test fixture + + + Expansion + + + fixture +
+ + + + + + type + + The class to test + ClassType + + + + ns + + Namespace name + Deltares + + + + + +
+
\ No newline at end of file Index: doc/snippets/unit_test.snippet =================================================================== diff -u --- doc/snippets/unit_test.snippet (revision 0) +++ doc/snippets/unit_test.snippet (revision 94ed51d278f09a9e2471d91792c65e745f167838) @@ -0,0 +1,52 @@ + + + +
+ Create Nunit test + Deltares + Creates a new Nunit test + + + + ssr +
+ + + + + + Subject + + Sets the subject name part of the SSR format test method. + Subject + + + + Scenario + + Sets the scenario name part of the SSR format test method. + Scenario1 + + + + Result + + Sets the result name part of the SSR format test method. + ShouldReturn + + + + + + +
+
\ No newline at end of file Fisheye: Tag 94ed51d278f09a9e2471d91792c65e745f167838 refers to a dead (removed) revision in file `tools/snippets/bdd_scenario.snippet'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 94ed51d278f09a9e2471d91792c65e745f167838 refers to a dead (removed) revision in file `tools/snippets/test_fixture.snippet'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 94ed51d278f09a9e2471d91792c65e745f167838 refers to a dead (removed) revision in file `tools/snippets/unit_test.snippet'. Fisheye: No comparison available. Pass `N' to diff?