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

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