Package br.eti.kinoshita.tap4j.parser

Examples of br.eti.kinoshita.tap4j.parser.Tap13YamlParser


   *
   * @return TAP Consumer with YAML support.
   */
  public static TapConsumer makeTap13YamlConsumer()
  {
    return new TapConsumerImpl( new Tap13YamlParser() );
  }
View Full Code Here

TOP

Related Classes of br.eti.kinoshita.tap4j.parser.Tap13YamlParser

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.