public class DuplicateRowAction_Test extends Object
DuplicateRowAction
.Constructor and Description |
---|
DuplicateRowAction_Test() |
Modifier and Type | Method and Description |
---|---|
void |
before() |
void |
test_containmentManyNoOpp() |
void |
test_containmentManyOppSingle() |
void |
test_containmentSingleNoOpp() |
void |
test_containmentSingleOppSingle() |
void |
test_refManyNoOpp() |
void |
test_refManyOppMany_both()
before copy:
foo1 -> bar1
foo2 -> bar2
bar1 -> foo1
bar2 -> foo2
after copy:
foo1 -> bar1, bar1Copy
foo2 -> bar2, bar2Copy
bar1 -> foo1, foo1Copy
bar2 -> foo2, foo1Copy
fooCopy1 -> bar1, bar1Copy
fooCopy2 -> bar2, bar2Copy
barCopy1 -> foo1, foo1Copy
barCopy2 -> foo2, foo2Copy
|
void |
test_refManyOppMany() |
void |
test_refManyOppSingle() |
void |
test_refSingleNoOpp() |
void |
test_refSingleOppMany() |
void |
test_refSingleOppSingle() |
public void before()
public void test_refSingleNoOpp()
public void test_refManyNoOpp()
public void test_refSingleOppSingle()
public void test_refManyOppSingle()
public void test_refSingleOppMany()
public void test_refManyOppMany()
public void test_refManyOppMany_both()
public void test_containmentSingleNoOpp()
public void test_containmentManyNoOpp()
public void test_containmentSingleOppSingle()
public void test_containmentManyOppSingle()
Copyright © 2019. All rights reserved.