AwesomeSauce.Test.aTest C# (CSharp) Méthode

aTest() public méthode

public aTest ( ) : void
Résultat void
        public void aTest()
        {
            var type = typeof (object);
             new AggRootProcessor().Process(type);
        }
Test