Beispiel #1
0
        public void Setup()
        {
            SERIALIZED_YAML = SERIALIZED_YAML_DATA.Replace("\n", Environment.NewLine);

            context = new FakeCakeContext();
        }
Beispiel #2
0
        public YamlTests()
        {
            SERIALIZED_YAML = SERIALIZED_YAML_DATA.Replace("\n", Environment.NewLine);

            context = new FakeCakeContext();
        }
Beispiel #3
0
        public void Setup ()
        {
            SERIALIZED_YAML = SERIALIZED_YAML_DATA.Replace ("\n", Environment.NewLine);

            context = new FakeCakeContext ();           
        }