Example #1
0
 private static void CallConstructorTestDummy()
 {
     ConstructorTest.Dummy();
 }
Example #2
0
    public void TestMethod()
    {
        var test = new ConstructorTest(3);

        Console.WriteLine(test.Field2);
    }
Example #3
0
 public void ConstructorThrowsExpectedExceptions()
 => ConstructorTest.AssertArgumentNullExceptions <BudgetViewModel>();