ClassWithHiddenMethods.TestInit C# (CSharp) Méthode

TestInit() public méthode

public TestInit ( ) : void
Résultat void
    public void TestInit()
    {
        var fsm = StateMachine<States>.Initialize(this);
    }

Usage Example

Exemple #1
0
 public void TestMisspelledFoundAndNoHiddenMehtodsFound()
 {
     //This is bad unit test in that it will always pass, but I'm can't see anyway to assert for warnings instead of exceptions
     //Have a look in the console to make sure expected warnings are thrown or not thrown.
     behaviour.TestInit();
 }