Exemplo n.º 1
0
 public RegistryContext(RegistryFixture <T> fixture)
 {
     _fixture = fixture;
 }
Exemplo n.º 2
0
 public now_parameter_bindings(RegistryFixture <HttpTestingApp> fixture) : base(fixture)
 {
 }
Exemplo n.º 3
0
 public bootstrapping_end_to_end(RegistryFixture <HttpBootstrappedApp> fixture) : base(fixture)
 {
     // Route finding is lazy apparently
     scenario(x => x.Get.Url("/hello")).GetAwaiter().GetResult();
 }