Home
last modified time | relevance | path

Searched refs:copiedSgroup (Results 1 – 1 of 1) sorted by relevance

/dports/science/cdk/cdk-cdk-2.3/base/test-core/src/test/java/org/openscience/cdk/tools/manipulator/
H A DSgroupManipulatorTest.java66 Sgroup copiedSgroup = copied.get(0); in copySgroups() local
67 assertThat(copiedSgroup, not(sameInstance(sgroup))); in copySgroups()
68 assertThat(copiedSgroup.getType(), is(sgroup.getType())); in copySgroups()
70 assertThat(copiedSgroup.getAtoms(), is(sgroup.getAtoms())); in copySgroups()
104 Sgroup copiedSgroup = copied.get(0); in copySgroups2() local
105 assertThat(copiedSgroup, not(sameInstance(sgroup))); in copySgroups2()
106 assertThat(copiedSgroup.getType(), is(sgroup.getType())); in copySgroups2()
110 assertTrue(copiedSgroup.getAtoms().contains(a1copy)); in copySgroups2()
111 assertTrue(copiedSgroup.getAtoms().contains(a2copy)); in copySgroups2()
112 assertTrue(copiedSgroup.getBonds().contains(b1copy)); in copySgroups2()
[all …]