public void RegisterInstance() { Intro intro = new Intro(); intro.RegisterInstance(); TestUtilities.WriteLine(intro); }
public void ExternallyOwned() { Intro intro = new Intro(); intro.ExternallyOwned(); TestUtilities.WriteLine(intro); }
public void ConstructorTest() { Intro intro = new Intro(); TestUtilities.WriteLine(intro); }