9 references to IsTrue
InteropClient (9)
InteropClient.cs (9)
191Assert.IsTrue(googleCredential.IsCreateScopedRequired); 354Assert.IsTrue(await call.ResponseStream.MoveNext()); 363Assert.IsTrue(await call.ResponseStream.MoveNext()); 372Assert.IsTrue(await call.ResponseStream.MoveNext()); 381Assert.IsTrue(await call.ResponseStream.MoveNext()); 421Assert.IsTrue(oauthScope.Contains(response.OauthScope)); 461Assert.IsTrue(oauthScope.Contains(response.OauthScope)); 513Assert.IsTrue(await call.ResponseStream.MoveNext()); 861Assert.IsTrue(email.Length > 0); // spec requires nonempty client email.