AwesomeSauce.Test.aTest C# (CSharp) Method

aTest() public method

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