public class

TestComments

extends BaseTest
java.lang.Object
   ↳ TestCase
     ↳ com.fasterxml.jackson.test.BaseTest
       ↳ com.fasterxml.jackson.core.main.TestComments

Class Overview

Unit tests for verifying that support for (non-standard) comments works as expected.

Summary

[Expand]
Inherited Constants
From class com.fasterxml.jackson.test.BaseTest
Public Constructors
TestComments()
Public Methods
void testCommentsDisabled()
void testCommentsEnabled()
void testCommentsWithUTF8()
void testDefaultSettings()
Unit test for verifying that by default comments are not recognized.
[Expand]
Inherited Methods
From class com.fasterxml.jackson.test.BaseTest
From class java.lang.Object

Public Constructors

public TestComments ()

Public Methods

public void testCommentsDisabled ()

Throws
Exception

public void testCommentsEnabled ()

Throws
Exception

public void testCommentsWithUTF8 ()

Throws
Exception

public void testDefaultSettings ()

Unit test for verifying that by default comments are not recognized.

Throws
Exception