Exemple #1
0
        public void TestMultipleCurrencyAdd()
        {
            //Money m1 = new Money(1, "CHF");
            //XmlSerializer xs = new XmlSerializer(typeof(Money));
            //using (StreamWriter sw = new StreamWriter(File.OpenWrite("money.xml")))
            //{
            //    xs.Serialize(sw, m1);
            //}

            TestScenarioHelper.Invoke("Add", "MultipleCurrencyAdd", this);
        }
Exemple #2
0
 public void TestProcessMixedAssertersCodeAssertionFailure()
 {
     TestScenarioHelper.Invoke("ProcessMixedAsserters", "CodeAssertionFailure", this);
 }
Exemple #3
0
 public void TestMixedAsserters()
 {
     TestScenarioHelper.Invoke("ProcessMixedAsserters", "default", this);
 }
Exemple #4
0
 public void TestInvokeNoExpectedOutputFile()
 {
     TestScenarioHelper.Invoke("ProcessTestObject", "NoExpectedOutputFile", this);
 }
Exemple #5
0
 public void TestNamedCodeAsserter()
 {
     TestScenarioHelper.Invoke("ProcessTestObjectForNamedCodeAsserter", "scenario1", this);
 }
Exemple #6
0
 public void TestInvokeNoIgnoreRules()
 {
     TestScenarioHelper.Invoke("ProcessTestObject", "NoIgnoreRules", this);
 }
Exemple #7
0
 public void TestInvokeNoInputParameter()
 {
     TestScenarioHelper.Invoke("GetTestObject", "NoInputParameter", this);
 }
Exemple #8
0
 public void TestInvoke()
 {
     TestScenarioHelper.Invoke("ProcessTestObject", "default", this);
 }
Exemple #9
0
 public void TestNamedCodeDataProvider()
 {
     TestScenarioHelper.Invoke("ProcessTestObjectFromNamedMethod", "default", this);
 }
Exemple #10
0
 public void TestBusinessException()
 {
     TestScenarioHelper.Invoke("ExceptionThrower", "default", this);
 }
Exemple #11
0
 public void TestCodeDataProvider()
 {
     TestScenarioHelper.Invoke("ProcessCodeBasedTestObject", "default", this);
 }
Exemple #12
0
 public void TestInvokeCollectionParameters()
 {
     TestScenarioHelper.Invoke("GetTestObjectCollection", "CollectionParameters", this);
     TestScenarioHelper.Invoke("GetTestObjectList", "ListParameter", this);
 }
Exemple #13
0
 public void TestInvokeNullReturnParameter()
 {
     TestScenarioHelper.Invoke("NullReturn", "NullReturnParameter", this);
 }
Exemple #14
0
 public void TestInvokeMultipleReturnParameters()
 {
     TestScenarioHelper.Invoke("GetMultipleTestObjects", "MultipleReturnParameters", this);
 }
Exemple #15
0
 public void TestInvokeNoRulesFile()
 {
     TestScenarioHelper.Invoke("ProcessTestObject", "NoRulesFile", this);
 }
Exemple #16
0
 public void TestMixedDataProvider()
 {
     TestScenarioHelper.Invoke("ProcessMixedDataProviders", "default", this);
 }
Exemple #17
0
 public void TestInvokeInvalidActualOutputPath()
 {
     TestScenarioHelper.Invoke("ProcessInvalidOutputPath", "InvalidActualOutputPath", this);
 }
Exemple #18
0
 public void TestCodeAsserter()
 {
     TestScenarioHelper.Invoke("ProcessTestObjectForCodeAssertion", "default", this);
 }
Exemple #19
0
 public void TestInvokeMultipleInputParameters()
 {
     TestScenarioHelper.Invoke("ProcessMultipleTestObjects", "MultipleInputParameters", this);
 }
Exemple #20
0
 public void TestCodeAsserterFailure()
 {
     TestScenarioHelper.Invoke("ProcessTestObjectForCodeAssertion", "AssertionFailure", this);
 }
Exemple #21
0
 public void TestInvokePrimitiveInputParameter()
 {
     TestScenarioHelper.Invoke("GetTestObjectWithId", "PrimitiveInputParameter", this);
 }
Exemple #22
0
 public void TestSimpleAdd()
 {
     TestScenarioHelper.Invoke("Add", "SimpleAdd", this);
 }