AgileWallaby.Ehcache.Test.JsonSerializerTest.Content_Type_Is_Application_Json C# (CSharp) Method

Content_Type_Is_Application_Json() private method

private Content_Type_Is_Application_Json ( ) : void
return void
        public void Content_Type_Is_Application_Json()
        {
            var ser = (ISerializer)new JsonSerializer();
            Assert.AreEqual("application/json", ser.ContentType);
        }