fschwiet / DreamNJasmine

A DSL for writing tests as Given/When/Then specifications, inspired by Jasmine.
MIT License
40 stars 6 forks source link

NJasmines internal tests should not verify with powershell script #7

Closed fschwiet closed 13 years ago

fschwiet commented 13 years ago

NJasmine.TestLoader -> NJasmine.InternalTestVerification

RunExternalAttribute -> IInternalTest

add support for IInternalTest.Verify(string xmlOutput),

convert existing tests to only use IInternalTest.Verify

remove other overrideable parameters on InternalTestVerification

fschwiet commented 13 years ago

fixed