コード例 #1
0
        public void setup()
        {
            decorateTestSpecification = Substitute.For <DecorateTestSpecification>();
            nspecTestMethodBuilder    = new NSpecTestMethodBuilder();
            decorator = new NSpecTestDecorator(decorateTestSpecification, nspecTestMethodBuilder);

            test = NUnitSubstitute.ForTestMethod();
        }
コード例 #2
0
ファイル: NSpecTestDecoratorSpec.cs プロジェクト: nspec/NSpec
        public void setup()
        {
            decorateTestSpecification = Substitute.For<DecorateTestSpecification>();
            nspecTestMethodBuilder = new NSpecTestMethodBuilder();
            decorator = new NSpecTestDecorator(decorateTestSpecification, nspecTestMethodBuilder);

            test = NUnitSubstitute.ForTestMethod();
        }
コード例 #3
0
        public void setup()
        {
            specification = new DecorateTestSpecification();

            test = NUnitSubstitute.ForTest();
        }
コード例 #4
0
        public void setup()
        {
            specification = new DecorateTestSpecification();

            test = NUnitSubstitute.ForTest();
        }