Ejemplo n.º 1
0
        static Tests()
        {
            var fwNm = Utils.GetRuntimeName();

#if !MIG_FREE
            Approvals.RegisterDefaultNamerCreation(() => new ChangeOutputPathNamer("Out/" + fwNm));
#else
            Approvals.RegisterDefaultNamerCreation(() => new ChangeOutputPathNamer("OutMF/" + fwNm));
#endif
        }
 public void SetUp()
 {
     Approvals.RegisterDefaultNamerCreation(() => new RelativeUnitTestFrameworkNamer());
 }
Ejemplo n.º 3
0
        static UnitTestBase()
        {
            var fwNm = Util.GetRuntimeName();

            Approvals.RegisterDefaultNamerCreation(() => new ChangeOutputPathNamer("Out"));
        }
Ejemplo n.º 4
0
    public static void Initialize()
    {
        var namer = new Namer();

        Approvals.RegisterDefaultNamerCreation(() => namer);
    }
Ejemplo n.º 5
0
 public void OneTimeSetup()
 {
     Approvals.RegisterDefaultNamerCreation(() => new CyberDojoNamer());
 }
Ejemplo n.º 6
0
 static ConfigurationNamer()
 {
     Approvals.RegisterDefaultNamerCreation(() => new ConfigurationNamer());
 }