import
GreenPepperTest.Fixtures
do with MarbleTest
Accept Create new marble box
Check number of marbles in box is 0
Add new marble with color red with radius 12
Check number of marbles in box is 1
Check total marble value of box is 100 VU
do with
GreenPepper.Reflect.NoSuchMessageException: Error in the application.
at GreenPepper.Reflect.AbstractFixture.Check(String message)
at GreenPepper.Reflect.DefaultFixture.Check(String message)
at GreenPepper.Interpreters.DoWith.Action.CheckAgainst(IFixture fixture)
at GreenPepper.Interpreters.DoWith.InterpretRow.SystemUnderDevelopment.GetFixture(String name, String[] args)
at GreenPepper.Documents.GreenPepperInterpreterSelector.SelectFixture(String[] fixtureNameAndParameters)
at GreenPepper.Documents.GreenPepperInterpreterSelector.SelectInterpreter(IExample table)
MarbleTest
Accept Create new marble box
Check number of marbles in box is 0
Add new marble with color red with radius 12
Check number of marbles in box is 1
Check total marble value of box is 100 VU