Class TestCasesReactome
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.unity.TestCasesReactome
-
public class TestCasesReactome extends java.lang.ObjectTest Reactome circuits- Author:
- pcingola
-
-
Field Summary
Fields Modifier and Type Field Description static booleandebugstatic intSHOW_EVERYstatic booleanverbose
-
Constructor Summary
Constructors Constructor Description TestCasesReactome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtest_01()Reaction with two moleculesvoidtest_02()Reaction with a catalystvoidtest_03()Reaction with positive regulationvoidtest_04()Reaction with negative regulationvoidtest_05()Reaction with requirement
-
-
-
Method Detail
-
test_01
@Test public void test_01()
Reaction with two molecules
-
test_02
@Test public void test_02()
Reaction with a catalyst
-
test_03
@Test public void test_03()
Reaction with positive regulation
-
test_04
@Test public void test_04()
Reaction with negative regulation
-
test_05
@Test public void test_05()
Reaction with requirement
-
-