Example #1
0
 /// <inheritdoc/>
 public override bool TryGetAssertAreNotEqual(IType type, out IMethod method)
 {
     method = InstantiationHelper.Instantiate(XunitTestFrameworkMetadata.MethodDefinition_AssertNotEqual, Indexable.Empty <IType>(), Indexable.One(type));
     return(true);
 }