public class PrefixedConfigTest extends BaseSQuirreLJUnit4TestCase { PrefixedConfig classUnderTest = new PrefixedConfig(); @Test public void testGetPrefix() throws Exception { classUnderTest.setPrefix("aTestString"); assertEquals("aTestString", classUnderTest.getPrefix()); } @Test public void testGetCompletionConfig() throws Exception { classUnderTest.setCompletionConfig(10); assertEquals(10, classUnderTest.getCompletionConfig());
public class ConstraintViewXmlBeanTest extends BaseSQuirreLJUnit4TestCase { ConstraintViewXmlBean classUnderTest = new ConstraintViewXmlBean(); @Test public void testGetConstraintGraphXmlBean() throws Exception { classUnderTest.setConstraintGraphXmlBean(null); assertNull("aTestString", classUnderTest.getConstraintGraphXmlBean()); } @Test public void testGetConstraintDataXmlBean() throws Exception { classUnderTest.setConstraintDataXmlBean(null); assertNull("aTestString", classUnderTest.getConstraintDataXmlBean());
Clone fragments detected by clone detection tool
File path: /sql12/test/src/net/sourceforge/squirrel_sql/plugins/codecompletion/prefs/PrefixedConfigTest.java File path: /sql12/test/src/net/sourceforge/squirrel_sql/plugins/graph/xmlbeans/ConstraintViewXmlBeanTest.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public class PrefixedConfigTest extends BaseSQuirreLJUnit4TestCase {
1
public class ConstraintViewXmlBeanTest extends BaseSQuirreLJUnit4TestCase {
2
	PrefixedConfig classUnderTest = new PrefixedConfig();
2
	ConstraintViewXmlBean classUnderTest = new ConstraintViewXmlBean();
3
	@Test
3
	@Test
4
	public void testGetPrefix() throws Exception
4
	public void testGetConstraintGraphXmlBean() throws Exception
5
	{
5
	{
6
		classUnderTest.setPrefix("aTestString");
6
		classUnderTest.setConstraintGraphXmlBean(null);
7
		assertEquals("aTestString", classUnderTest.getPrefix());
7
		assertNull("aTestString", classUnderTest.getConstraintGraphXmlBean());
8
	}
8
	}
9
	@Test
9
	@Test
10
	public void testGetCompletionConfig() throws Exception
10
	public void testGetConstraintDataXmlBean() throws Exception
11
	{
11
	{
12
		classUnderTest.setCompletionConfig(10);
12
		classUnderTest.setCo
13
		assertEquals(10
13
nstraintDataXmlBean(null);
14
, classUnderTest.getCompletionConfig());
14
		assertNull("aTestString", classUnderTest.getConstraintDataXmlBean());
15
	
15
	
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0