MoreAsserts
JniPeerMembers
ThresholdClass
ThresholdType
AssertAssignableFrom(Class, Class)
AssertAssignableFrom(Class, Object)
AssertContainsRegex(String, String)
AssertContainsRegex(String, String, String)
AssertContentsInAnyOrder(IIterable, Object[])
AssertContentsInAnyOrder(String, IIterable, Object[])
AssertContentsInOrder(IIterable, Object[])
AssertContentsInOrder(String, IIterable, Object[])
AssertEmpty(IIterable)
AssertEmpty(String, IIterable)
AssertEmpty(IDictionary<Object, Object>)
AssertEmpty(String, IDictionary<Object, Object>)
AssertEquals(Byte[], Byte[])
AssertEquals(Double[], Double[])
AssertEquals(Int32[], Int32[])
AssertEquals(Object[], Object[])
AssertEquals(String, Byte[], Byte[])
AssertEquals(String, Double[], Double[])
AssertEquals(String, Int32[], Int32[])
AssertEquals(String, Object[], Object[])
AssertEquals(ICollection<Object>, ICollection<Object>)
AssertEquals(String, ICollection<Object>, ICollection<Object>)
AssertMatchesRegex(String, String)
AssertMatchesRegex(String, String, String)
AssertNotContainsRegex(String, String)
AssertNotContainsRegex(String, String, String)
AssertNotEmpty(IIterable)
AssertNotEmpty(String, IIterable)
AssertNotEmpty(IDictionary<Object, Object>)
AssertNotEmpty(String, IDictionary<Object, Object>)
AssertNotEqual(Object, Object)
AssertNotEqual(String, Object, Object)
AssertNotMatchesRegex(String, String)
AssertNotMatchesRegex(String, String, String)
CheckEqualsAndHashCodeMethods(Object, Object, Boolean)
CheckEqualsAndHashCodeMethods(String, Object, Object, Boolean)
monoandroid
namespace Android.Test
{
[Obsolete("This class is obsoleted in this android platform")]
[Register("android/test/MoreAsserts", DoNotGenerateAcw = true)]
public sealed class MoreAsserts : Object
{
[Register("assertContainsRegex", "(Ljava/lang/String;Ljava/lang/String;)Ljava/util/regex/MatchResult;", "")]
public static IMatchResult? AssertContainsRegex(string? expectedRegex, string? actual);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API