Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
c1afe673
Commit
c1afe673
authored
Mar 16, 2020
by
Piotr Gawron
Browse files
number of targets decreased in the source database for PONATINIB
parent
1e8a2302
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotation/src/test/java/lcsb/mapviewer/annotation/services/ChEMBLParserTest.java
View file @
c1afe673
...
...
@@ -137,17 +137,6 @@ public class ChEMBLParserTest extends AnnotationTestFunctions {
assertNull
(
test
);
}
@Test
public
void
test9FindDrug
()
throws
Exception
{
String
name
=
"PONATINIB"
;
Drug
test
=
chemblParser
.
findDrug
(
name
);
assertEquals
(
"CHEMBL1171837"
,
test
.
getSources
().
get
(
0
).
getResource
());
assertEquals
(
name
,
test
.
getName
());
assertNull
(
test
.
getDescription
());
assertEquals
(
3
,
test
.
getTargets
().
size
());
}
@Test
public
void
test10FindDrug
()
throws
Exception
{
String
n
=
"DEXAMETHASONE"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment