Skip to content

Commit

Permalink
Examples update
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 12, 2024
1 parent d270b60 commit 780c79a
Show file tree
Hide file tree
Showing 27 changed files with 30 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* limitations under the License.
*/

package com.epam.reportportal.example.spock

import org.slf4j.LoggerFactory
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

package com.epam.reportportal.example.spock

import spock.lang.Specification

class HelloSpockSpec extends Specification {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/


package com.epam.reportportal.example.spock

class HelloSpockSpecInherited extends HelloSpockSpecUnroll {
public static final String INHERITED_TEST_NAME = "simple test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
* limitations under the License.
*/

package com.epam.reportportal.example.spock

import spock.lang.Specification
import spock.lang.Unroll

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

/*
* Copyright 2021 EPAM Systems
*
Expand All @@ -14,7 +15,7 @@
* limitations under the License.
*/


package com.epam.reportportal.example.spock

import spock.lang.Specification

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package attributes
package com.epam.reportportal.example.spock.attributes

import com.epam.reportportal.annotations.attribute.Attribute
import com.epam.reportportal.annotations.attribute.Attributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package attributes
package com.epam.reportportal.example.spock.attributes

import com.epam.reportportal.annotations.attribute.Attribute
import com.epam.reportportal.annotations.attribute.Attributes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fail
package com.epam.reportportal.example.spock.fail

import spock.lang.Specification

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fail
package com.epam.reportportal.example.spock.fail

import spock.lang.FailsWith
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fail
package com.epam.reportportal.example.spock.fail

import spock.lang.Rollup
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fail
package com.epam.reportportal.example.spock.fail


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures

import spock.lang.Rollup
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package fixtures
package com.epam.reportportal.example.spock.fixtures


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package ignore
package com.epam.reportportal.example.spock.ignore

import spock.lang.Ignore
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package ignore
package com.epam.reportportal.example.spock.ignore


import spock.lang.IgnoreRest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package params
package com.epam.reportportal.example.spock.params

import spock.lang.Rollup
import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package params
package com.epam.reportportal.example.spock.params


import spock.lang.Specification
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package testcaseid
package com.epam.reportportal.example.spock.testcaseid

import com.epam.reportportal.annotations.TestCaseId
import spock.lang.Specification
Expand Down

0 comments on commit 780c79a

Please sign in to comment.