コード例 #1
0
        public DogTests()
        {
            ApiKey key = new TestApiKey();

            _testApiKey = key.GetApiKey();
        }
コード例 #2
0
ファイル: LogHoundTests.cs プロジェクト: JamieDWright/Hound
        public LogHoundTests()
        {
            ApiKey key = new TestApiKey();

            _testApiKey = key.GetApiKey();
        }