Class MapperTestUtils

java.lang.Object
com.atlassian.bamboo.migration.MapperTestUtils

public class MapperTestUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull org.codehaus.staxmate.out.SMOutputDocument
    createOutputDocument(@NotNull File outputFile)
     
    static @NotNull org.codehaus.staxmate.in.SMInputCursor
    getElementCursor(@NotNull Object object, @NotNull String resourceName, @NotNull String expectedListNode)
    Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
    static @NotNull org.codehaus.staxmate.in.SMInputCursor
    getRootCursor(@NotNull File inputFile)
    Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
    static @NotNull org.codehaus.staxmate.in.SMInputCursor
    getRootCursor(@NotNull InputStream inputStream)
    Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
    static @NotNull org.codehaus.staxmate.in.SMInputCursor
    getRootCursor(@NotNull Object object, @NotNull String resourceName)
    Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MapperTestUtils

      public MapperTestUtils()
  • Method Details

    • getRootCursor

      @NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull Object object, @NotNull @NotNull String resourceName) throws XMLStreamException, IOException
      Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
      Throws:
      XMLStreamException
      IOException
    • getElementCursor

      @NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getElementCursor(@NotNull @NotNull Object object, @NotNull @NotNull String resourceName, @NotNull @NotNull String expectedListNode) throws XMLStreamException, IOException
      Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
      Throws:
      XMLStreamException
      IOException
    • getRootCursor

      @NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull File inputFile) throws XMLStreamException, IOException
      Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
      Throws:
      XMLStreamException
      IOException
    • getRootCursor

      @NotNull public static @NotNull org.codehaus.staxmate.in.SMInputCursor getRootCursor(@NotNull @NotNull InputStream inputStream) throws XMLStreamException
      Caller should close the input stream by calling .getStreamReader().closeCompletely() on returned value
      Throws:
      XMLStreamException
    • createOutputDocument

      @NotNull public static @NotNull org.codehaus.staxmate.out.SMOutputDocument createOutputDocument(@NotNull @NotNull File outputFile) throws XMLStreamException
      Throws:
      XMLStreamException