hiptest-publisher 0.22.0 → 0.22.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed83eeec6f0fb188ad678f7da395f4b6df95f919
4
- data.tar.gz: 77e075084c0c8d74b179a3f52b6dac4d6167aebc
3
+ metadata.gz: df526551a8090ec7d01dbcee24b1718e6135f08b
4
+ data.tar.gz: 14e8e4265cd55b353f1d51080d480e66da400159
5
5
  SHA512:
6
- metadata.gz: 24ee8b3f9751cabb32cbaeb1fb137b3019c86ae28ecd9bf46c96956ac9a128c1c3174e34fc9780f06dbe63f5f2f5d5d55b35f8072bd8401fcc4b2e050a270631
7
- data.tar.gz: 1792067fd0259691fe2124cf3c61f916e7d4dbf14021c0b12e0cc5bc5ffa604cc3ba7a74f569ee5508cbaab5c9d4cd9a3561ea755c4ba0cf2641685dc8a6664a
6
+ metadata.gz: 816759d9f11ce4d1ec0bf92e79b8fc97702e4f9fbc64c1a9d9e32bfe48be73888560395280345cd88fd446b712baf6c10feb4dfe2ca3d908c3ed7a49f769ca7a
7
+ data.tar.gz: 0e75d931fde6e1b298bbceee352ef9517d0c95a6f4335a7202fe9f20597756b8a9a671190eecb05054401dd06bd9f78603c633b5dd0121cda4ec31c8a2315c96
@@ -11,7 +11,8 @@ import org.junit.runner.RunWith;
11
11
  @RunWith(AndroidJUnit4.class)
12
12
  @LargeTest
13
13
  public class {{{ clear_extension context.filename }}} {{#curly}}
14
- {{#indent}}
14
+ {{#indent}}{{#if has_tags?}}{{#comment '//'}}Tags: {{join rendered_children.tags ' '}}
15
+ {{/comment}}{{/if}}
15
16
 
16
17
  @Rule
17
18
  public ActivityTestRule<MainActivity> mActivityRule = new ActivityTestRule<>(MainActivity.class);
@@ -4,7 +4,8 @@ import junit.framework.TestCase;
4
4
  {{#if needs_to_import_actionwords? }}import {{{ context.package }}}.Actionwords;
5
5
  {{/if}}
6
6
  public class {{{ clear_extension context.filename }}} extends TestCase {{#curly}}
7
- {{#indent}}
7
+ {{#indent}}{{#if has_tags?}}{{#comment '//'}}Tags: {{join rendered_children.tags ' '}}
8
+ {{/comment}}{{/if}}
8
9
  public Actionwords {{{ context.call_prefix }}} = new Actionwords();
9
10
  {{#unless is_empty?}}protected void setUp() throws Exception {{#curly}}{{#indent}}
10
11
  super.setUp();{{/indent}}
@@ -4,7 +4,8 @@ import org.testng.annotations.*;
4
4
  {{#if needs_to_import_actionwords? }}import {{{ context.package }}}.Actionwords;
5
5
  {{/if}}
6
6
  public class {{{ clear_extension context.filename }}} {{#curly}}{{#indent}}
7
-
7
+ {{#if has_tags?}}{{#comment '//'}}Tags: {{join rendered_children.tags ' '}}
8
+ {{/comment}}{{/if}}
8
9
  public Actionwords {{{ context.call_prefix }}};
9
10
 
10
11
  @BeforeMethod
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiptest-publisher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.22.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hiptest R&D