예제 #1
0
        public void RepoEnsureICanCreateInstanceOfContext()
        {
            PtPathContext context = new PtPathContext();

            Assert.IsNotNull(context);
        }