예제 #1
0
    static TheTests()
    {
        #region Enable

        VerifyXamarin.Enable();

        #endregion

        VerifyPhash.RegisterComparer("png", .9f);
    }
예제 #2
0
    static TheTests()
    {
        #region Enable

        VerifyXaml.Enable();

        #endregion

        VerifyPhash.Initialize();
    }
예제 #3
0
 public static void Initialize()
 {
     VerifierSettings.DisableNewLineEscaping();
     VerifyWinForms.Enable();
     VerifyPhash.RegisterComparer("png", .999f);
 }
예제 #4
0
 static Samples()
 {
     VerifyPhash.Initialize();
 }