ADLTest.CloudeoServiceTest.testGetVersion C# (CSharp) Method

testGetVersion() private method

private testGetVersion ( ) : void
return void
        public void testGetVersion()
        {
            Responder<string> responder = createStringResponder();
            _service.getVersion(responder);
            Assert.IsTrue(awaitStringResult().Length > 4);
        }