Package mondrian.test

Class TestContext.SafeString

  • Enclosing class:
    TestContext

    public static class TestContext.SafeString
    extends java.lang.Object
    Wrapper around a string that indicates that all line endings have been converted to platform-specific line endings.
    See Also:
    TestContext.fold(java.lang.String)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String s  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • s

        public final java.lang.String s