Exemplo n.º 1
0
 public TraceSourceServiceTests()
 {
     Service = new TraceSourceService();
     Rnd     = new DefaultRandomService();
 }
Exemplo n.º 2
0
        public void Can_Create_TraceSourceService()
        {
            var service = new TraceSourceService();

            Assert.IsNotNull(service);
        }
Exemplo n.º 3
0
 static ClientRuntimeContextExtensions()
 {
     DefaultClientRuntimeContextService = new DefaultClientRuntimeContextService();
     DefaultTraceServiceBase            = new TraceSourceService();
 }