Skip to content

Comments

Junits for Sirius issue #553182#3

Closed
pdulth wants to merge 2 commits intomasterfrom
ada-test-diagram
Closed

Junits for Sirius issue #553182#3
pdulth wants to merge 2 commits intomasterfrom
ada-test-diagram

Conversation

@pdulth
Copy link
Contributor

@pdulth pdulth commented Jan 16, 2020

Use a rebase and merge here

…olbar action fails

Related Sirius issue #553182

Bug: 554764
Change-Id: Ibaf04a7997c341632706a46be66efe78acf82598
Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
…te From Model" toolbar action fails

Related Sirius issue #553182

Bug: 554765
Change-Id: Ia248e99874137aa67a2457540b658f6855f2f189
Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
Comment on lines 40 to 71

/**
* Returns the suite. This is required to unary launch this test.
*/
public static Test suite() {
return new DiagramMiscTestSuite();
}
/**
* Returns the suite. This is required to unary launch this test.
*/
public static Test suite() {
return new DiagramMiscTestSuite();
}

@Override
protected List<BasicTestArtefact> getTests() {
List<BasicTestArtefact> tests = new ArrayList<BasicTestArtefact>();
tests.add(new DDiagramEditorUndoRedoHandlerTest());
tests.add(new GraphTest());
tests.add(new Bug1006TestCase());
tests.add(new Bug1024TestCase());
tests.add(new Bug1512TestCase());
tests.add(new InterfacePortSizeTestCase());
tests.add(new CheckDiagramDirtyStateOnOpeningTestCase());
tests.add(new StatusLineTestCase());
tests.add(new Bug1917TestCase());
tests.add(new Bug2145TestCase());
tests.add(new CloneDiagramTestCase());
tests.add(new Bug2579TestCase());
tests.add(new BreakdownDiagramElements());
tests.add(new InsertRemoveComponentsWithNoParts());
tests.add(new PABStyleChecksDiagramElements());
tests.add(new DecompositionWizardTestCase());
tests.add(new CheckPhysCompNatureOptionTestCase());
return tests;
}
@Override
protected List<BasicTestArtefact> getTests() {
List<BasicTestArtefact> tests = new ArrayList<BasicTestArtefact>();
tests.add(new DDiagramEditorUndoRedoHandlerTest());
tests.add(new GraphTest());
tests.add(new Bug1006TestCase());
tests.add(new Bug1024TestCase());
tests.add(new Bug1512TestCase());
tests.add(new InterfacePortSizeTestCase());
tests.add(new CheckDiagramDirtyStateOnOpeningTestCase());
tests.add(new StatusLineTestCase());
tests.add(new Bug1917TestCase());
tests.add(new Bug2145TestCase());
tests.add(new CloneDiagramTestCase());
tests.add(new Bug2579TestCase());
tests.add(new BreakdownDiagramElements());
tests.add(new InsertRemoveComponentsWithNoParts());
tests.add(new PABStyleChecksDiagramElements());
tests.add(new DecompositionWizardTestCase());
tests.add(new CheckPhysCompNatureOptionTestCase());
tests.add(new DeleteFromModelSemanticTarget());
return tests;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please conserve whitespace so we can what really changes.

@pdulth
Copy link
Contributor Author

pdulth commented Feb 26, 2020

Already done here: #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants