Пример #1
0
        public void Setup()
        {
            filename = TestUtils.GetTestPropery("filename");
            client   = TestUtils.GetClient();

            service = client.AttachmentService;
        }
Пример #2
0
        public void Setup()
        {
            _filename = TestUtils.GetTestProperty("filename");
            _client   = TestUtils.GetClient();

            _service = _client.AttachmentService;
        }
 public void Setup()
 {
     client  = TestUtils.GetClient();
     service = client.ComponentService;
 }
Пример #4
0
 public void Setup()
 {
     client  = TestUtils.GetClient();
     service = client.ModelService;
     modelId = TestUtils.GetTestPropery("modelId");
 }
Пример #5
0
 public SyncRepository(IArdoqClient client)
 {
     this.client = client;
 }
Пример #6
0
 public void Setup()
 {
     client            = TestUtils.GetClient();
     workspaceTemplate = new Workspace("Test Workspace", TestUtils.GetTestProperty("modelId"), "Hello world!");
     tagService        = client.TagService;
 }
Пример #7
0
 public void Setup()
 {
     client  = TestUtils.GetClient();
     service = client.ReferenceService;
 }
 public void Before()
 {
     client  = TestUtils.GetClient();
     service = client.WorkspaceService;
 }
 public void Setup()
 {
     _client  = TestUtils.GetClient();
     _service = _client.ModelService;
     _modelId = TestUtils.GetTestProperty("modelId");
 }
 public ArdoqSearcher(IArdoqClient client, ILogger logger)
 {
     _client = client;
     _logger = logger;
 }
Пример #11
0
 public void Setup()
 {
     client  = TestUtils.GetClient();
     modelId = TestUtils.GetTestProperty("modelId");
     service = client.FieldService;
 }