Class DefaultImpexConverterTest

    • Constructor Detail

      • DefaultImpexConverterTest

        public DefaultImpexConverterTest()
    • Method Detail

      • setUp

        public void setUp()
      • testSyntax

        public void testSyntax()
      • testSyntax2

        public void testSyntax2()
      • testSyntax3

        public void testSyntax3()
      • testSyntax4

        public void testSyntax4()
      • testMandatory

        public void testMandatory()
      • testSuccess

        public void testSuccess()
      • testSuccess2

        public void testSuccess2()
      • testOptional

        public void testOptional()
      • testEmpty

        public void testEmpty()
      • testSequence

        public void testSequence()
      • shouldEscapeQuotesWhenWordWithQuotes

        public void shouldEscapeQuotesWhenWordWithQuotes()
      • shouldEscapeQuotesForMultiWordColumnWhenOneWordWithQuotes

        public void shouldEscapeQuotesForMultiWordColumnWhenOneWordWithQuotes()
      • shouldEscapeQuotesForMultiWordColumnWhenAllWordsWithQuotes

        public void shouldEscapeQuotesForMultiWordColumnWhenAllWordsWithQuotes()
      • shouldNotEscapeQuotesWhenNoQuotesInWord

        public void shouldNotEscapeQuotesWhenNoQuotesInWord()
      • shouldNotEscapeQuotesWhenNoQuotesInMultiWordsColumn

        public void shouldNotEscapeQuotesWhenNoQuotesInMultiWordsColumn()
      • shouldNotAddQuotesWhenNewLineInRow

        public void shouldNotAddQuotesWhenNewLineInRow()
      • rows

        protected java.util.Map<java.lang.Integer,​java.lang.String> rows​(java.lang.String... values)