Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/Dev/src/org/litesoft/GWT/client/dev/ui/testplan/GeneralizedTestPlanAction.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.dev.ui.testplan;
2 3
3 4 import org.litesoft.testplan.*;
  @@ -11,23 +12,23 @@
11 12 {
12 13 private SelectionSpec mSelectionSpec;
13 14 private ActionSpec mActionSpec;
14 -
15 +
15 16 @Deprecated
16 17 protected GeneralizedTestPlanAction()
17 18 {
18 19 }
19 -
20 +
20 21 public GeneralizedTestPlanAction(SelectionSpec pSelectionSpec, ActionSpec pActionSpec)
21 22 {
22 23 mSelectionSpec = pSelectionSpec;
23 24 mActionSpec = pActionSpec;
24 25 }
25 -
26 +
26 27 public SelectionSpec getSelectionSpec()
27 28 {
28 29 return mSelectionSpec;
29 30 }
30 -
31 +
31 32 public ActionSpec getActionSpec()
32 33 {
33 34 return mActionSpec;