public void CollabProxyClient_InstantiatedWithGoodPortCache_HasValidConnection() { TestableCollabProxyClient firstClient = new TestableCollabProxyClient(); TestableCollabProxyClient secondClient = new TestableCollabProxyClient(); Assert.IsTrue(secondClient.IsConnected()); }
public void CollabProxyClient_InstantiatedWithoutPortCache_HasValidConnection() { TestableCollabProxyClient theClient = new TestableCollabProxyClient(); Assert.IsTrue(theClient.IsConnected()); }