コード例 #1
0
        public GraphSchemaE2ETest(DgraphClientFactory clientFactory)
        {
            ClientFactory = clientFactory;

            AssentConfiguration = new Assent.Configuration()
                                  .UsingNamer(new SubdirectoryNamer("Approved"));
            // FIXME: .UsingSanitiser(...) might want to add this to remove versions etc
            // FIXME: when I add this to a build pipeline it needs this turned off when running on the build server
            // .SetInteractive(...);

            EmbeddedProvider = new EmbeddedFileProvider(Assembly.GetAssembly(typeof(GraphSchemaE2ETest)), "Dgraph_dotnet.tests.e2e.Tests.Data");
        }
コード例 #2
0
 public SchemaTest(DgraphClientFactory clientFactory) : base(clientFactory)
 {
 }
コード例 #3
0
 public MutateQueryTest(DgraphClientFactory clientFactory) : base(clientFactory)
 {
 }
コード例 #4
0
 public TransactionTest(DgraphClientFactory clientFactory) : base(clientFactory)
 {
 }
コード例 #5
0
ファイル: UpsertTest.cs プロジェクト: wangwe/Dgraph-dotnet
 public UpsertTest(DgraphClientFactory clientFactory) : base(clientFactory)
 {
 }
コード例 #6
0
 public MutationsClientTest(DgraphClientFactory clientFactory) : base(clientFactory)
 {
 }
コード例 #7
0
 public BatchesClientTest(DgraphClientFactory clientFactory) : base(clientFactory)
 {
 }