Class TestCasesReactome
- java.lang.Object
-
- org.snpeff.snpEffect.testCases.unity.TestCasesReactome
-
public class TestCasesReactome extends java.lang.Object
Test Reactome circuits- Author:
- pcingola
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
debug
static int
SHOW_EVERY
static boolean
verbose
-
Constructor Summary
Constructors Constructor Description TestCasesReactome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test_01()
Reaction with two moleculesvoid
test_02()
Reaction with a catalystvoid
test_03()
Reaction with positive regulationvoid
test_04()
Reaction with negative regulationvoid
test_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
-
-