Package org.jruby.ast.visitor.rewriter.utils

Source Code of org.jruby.ast.visitor.rewriter.utils.TestOperators

package org.jruby.ast.visitor.rewriter.utils;

import junit.framework.TestCase;

import org.jruby.ast.visitor.rewriter.utils.Operators;

public class TestOperators extends TestCase {

  protected void setUp() throws Exception {
    super.setUp();
  }

  protected void tearDown() throws Exception {
    super.tearDown();
  }

  public void testCreate() {
    new Operators();
  }

}
TOP

Related Classes of org.jruby.ast.visitor.rewriter.utils.TestOperators

TOP
Copyright © 2018 www.massapi.com. 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.