Author: dgolovin
Date: 2007-06-29 15:36:17 -0400 (Fri, 29 Jun 2007)
New Revision: 2224
Added:
trunk/seam/tests/org.jboss.tools.seam.ui.tets/.classpath
trunk/seam/tests/org.jboss.tools.seam.ui.tets/.project
trunk/seam/tests/org.jboss.tools.seam.ui.tets/META-INF/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam.ui.tets/build.properties
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/view/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamActionNewWizardTest.java
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamFormNewWizardTest.java
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java
Log:
http://jira.jboss.org/jira/browse/EXIN-13
Added: trunk/seam/tests/org.jboss.tools.seam.ui.tets/.classpath
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.tets/.classpath (rev
0)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.tets/.classpath 2007-06-29 19:36:17 UTC (rev
2224)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/seam/tests/org.jboss.tools.seam.ui.tets/.project
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.tets/.project (rev
0)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.tets/.project 2007-06-29 19:36:17 UTC (rev
2224)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.seam.ui.tets</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Added: trunk/seam/tests/org.jboss.tools.seam.ui.tets/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.tets/META-INF/MANIFEST.MF
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.tets/META-INF/MANIFEST.MF 2007-06-29 19:36:17
UTC (rev 2224)
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Seam UI Tets Plug-in
+Bundle-SymbolicName: org.jboss.tools.seam.ui.tets
+Bundle-Version: 1.0.0
+Bundle-Vendor: Red Hat, Inc.
+Require-Bundle: org.junit
Added: trunk/seam/tests/org.jboss.tools.seam.ui.tets/build.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam.ui.tets/build.properties
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam.ui.tets/build.properties 2007-06-29 19:36:17 UTC
(rev 2224)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
Added:
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java
(rev 0)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/SeamUiAllTests.java 2007-06-29
19:36:17 UTC (rev 2224)
@@ -0,0 +1,32 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+
+package org.jboss.tools.seam.ui.test;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.seam.ui.test.wizard.SeamFormNewWizardTest;
+import org.jboss.tools.seam.ui.test.wizard.SeamProjectNewWizardTest;
+
+/**
+ * @author eskimo
+ *
+ */
+public class SeamUiAllTests {
+
+ public static Test suite() {
+ TestSuite suite = new TestSuite(SeamUiAllTests.class.getName());
+ suite.addTestSuite(SeamFormNewWizardTest.class);
+ suite.addTestSuite(SeamProjectNewWizardTest.class);
+ return suite;
+ }
+}
Added:
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java
(rev 0)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/view/SeamComponentsViewTest.java 2007-06-29
19:36:17 UTC (rev 2224)
@@ -0,0 +1,66 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+
+package org.jboss.tools.seam.ui.test.view;
+
+import sun.reflect.generics.reflectiveObjects.NotImplementedException;
+import junit.framework.TestCase;
+
+/**
+ *
+ * @author eskimo
+ *
+ */
+public class SeamComponentsViewTest extends TestCase {
+
+ /**
+ *
+ */
+ protected void setUp() throws Exception {
+ super.setUp();
+ }
+
+ /**
+ *
+ */
+ protected void tearDown() throws Exception {
+ super.tearDown();
+ }
+
+ /**
+ *
+ */
+ public void testSeamComponentsViewisDefined() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamComponentsViewIsViewMenuOnPerspective() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamComponentsViewIsShowedOnPerspective() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamComponentsViewInstamceIsCreated() {
+ throw new NotImplementedException();
+ }
+
+}
Added:
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamActionNewWizardTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamActionNewWizardTest.java
(rev 0)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamActionNewWizardTest.java 2007-06-29
19:36:17 UTC (rev 2224)
@@ -0,0 +1,57 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+
+package org.jboss.tools.seam.ui.test.wizard;
+
+import sun.reflect.generics.reflectiveObjects.NotImplementedException;
+import junit.framework.TestCase;
+
+/**
+ * @author eskimo
+ *
+ */
+public class SeamActionNewWizardTest extends TestCase {
+
+ /* (non-Javadoc)
+ * @see junit.framework.TestCase#setUp()
+ */
+ protected void setUp() throws Exception {
+ super.setUp();
+ }
+
+ /* (non-Javadoc)
+ * @see junit.framework.TestCase#tearDown()
+ */
+ protected void tearDown() throws Exception {
+ super.tearDown();
+ }
+
+ /**
+ *
+ */
+ public void testSeamActionNewWizardIsDefined() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamActionNewWizardInstanceIsCreated() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamActionNewWizardIsAvailableInNewMenu() {
+ throw new NotImplementedException();
+ }
+}
Added:
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamFormNewWizardTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamFormNewWizardTest.java
(rev 0)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamFormNewWizardTest.java 2007-06-29
19:36:17 UTC (rev 2224)
@@ -0,0 +1,55 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+
+package org.jboss.tools.seam.ui.test.wizard;
+
+import sun.reflect.generics.reflectiveObjects.NotImplementedException;
+import junit.framework.TestCase;
+
+/**
+ * @author eskimo
+ *
+ */
+public class SeamFormNewWizardTest extends TestCase {
+
+ /**
+ * @throws java.lang.Exception
+ */
+ protected void setUp() throws Exception {
+ }
+
+ /**
+ * @throws java.lang.Exception
+ */
+ protected void tearDown() throws Exception {
+ }
+
+ /**
+ *
+ */
+ public void testSeamFormNewWizardIsDefined() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamFormNewWizardInstanceIsCreated() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamFormNewWizardIsAvailableInNewMenu() {
+ throw new NotImplementedException();
+ }
+}
Added:
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java
(rev 0)
+++
trunk/seam/tests/org.jboss.tools.seam.ui.tets/src/org/jboss/tools/seam/ui/test/wizard/SeamProjectNewWizardTest.java 2007-06-29
19:36:17 UTC (rev 2224)
@@ -0,0 +1,56 @@
+/*******************************************************************************
+ * Copyright (c) 2007 Exadel, Inc. and Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Exadel, Inc. and Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+
+package org.jboss.tools.seam.ui.test.wizard;
+
+import junit.framework.TestCase;
+import sun.reflect.generics.reflectiveObjects.NotImplementedException;
+
+/**
+ * @author eskimo
+ *
+ */
+public class SeamProjectNewWizardTest extends TestCase{
+
+
+ /**
+ * @throws java.lang.Exception
+ */
+ protected void setUp() throws Exception {
+ }
+
+ /**
+ * @throws java.lang.Exception
+ */
+ protected void tearDown() throws Exception {
+ }
+
+ /**
+ *
+ */
+ public void testSeamProjectNewWizardIsDefined() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamProjectNewWizardInstanceIsCreated() {
+ throw new NotImplementedException();
+ }
+
+ /**
+ *
+ */
+ public void testSeamProjectNewWizardIsAvailableInNewMenu() {
+ throw new NotImplementedException();
+ }
+}