This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from sbtqa/tagging
Tagging
- Loading branch information
Showing
9 changed files
with
76 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<aspectj> | ||
<aspects> | ||
<aspect name="ru.sbtqa.tag.swingback.aspects.ExceptionAspect"/> | ||
</aspects> | ||
</aspectj> |
20 changes: 10 additions & 10 deletions
20
src/main/resources/i18n/ru/sbtqa/tag/swingback/Form/en.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
sb.push.button=push button | ||
sb.table.is.empty=check table is empty | ||
sb.click.table.column=click on table column title | ||
sb.select.first.table.row=select first table row | ||
sb.expand.tree=expand tree | ||
sb.fill.field=fill field | ||
sb.set.checkbox=set checkbox | ||
sb.check.checkbox=check checkbox | ||
sb.choose.combobox.item=choose combobox item | ||
sb.check.component.editable=check component editable | ||
push.button=push button | ||
table.is.empty=check table is empty | ||
click.table.column=click on table column title | ||
select.first.table.row=select first table row | ||
expand.tree=expand tree | ||
fill.field=fill field | ||
set.checkbox=set checkbox | ||
check.checkbox=check checkbox | ||
choose.combobox.item=choose combobox item | ||
check.component.editable=check component editable |
20 changes: 10 additions & 10 deletions
20
src/main/resources/i18n/ru/sbtqa/tag/swingback/Form/ru.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
sb.push.button=нажимает на кнопку | ||
sb.table.is.empty=проверяет, что таблица пуста | ||
sb.click.table.column=нажимает на заголовок столбца | ||
sb.select.first.table.row=выделяет первую запись таблицы | ||
sb.expand.tree=разворачивает дерево | ||
sb.fill.field=заполняет поле | ||
sb.set.checkbox=устанавливает чекбокс | ||
sb.check.checkbox=проверяет чекбокс | ||
sb.choose.combobox.item=выбирает элемент из выпадающего списка | ||
sb.check.component.editable=проверяет редактируемость элемента | ||
ru.sbtqa.tag.swingback.push.button=нажимает на кнопку | ||
ru.sbtqa.tag.swingback.table.is.empty=проверяет, что таблица пуста | ||
ru.sbtqa.tag.swingback.click.table.column=нажимает на заголовок столбца | ||
ru.sbtqa.tag.swingback.select.first.table.row=выделяет первую запись таблицы | ||
ru.sbtqa.tag.swingback.expand.tree=разворачивает дерево | ||
ru.sbtqa.tag.swingback.fill.field=заполняет поле | ||
ru.sbtqa.tag.swingback.set.checkbox=устанавливает чекбокс | ||
ru.sbtqa.tag.swingback.check.checkbox=проверяет чекбокс | ||
ru.sbtqa.tag.swingback.choose.combobox.item=выбирает элемент из выпадающего списка | ||
ru.sbtqa.tag.swingback.check.component.editable=проверяет редактируемость элемента |
22 changes: 11 additions & 11 deletions
22
src/main/resources/i18n/ru/sbtqa/tag/swingback/stepdefs/StepDefinitions/en.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
SBopenApp=^user open the application$ | ||
sbCloseApp=^user close the application$ | ||
sbOpenForm=^opening form "(.*?)"$ | ||
sbMoveToTab=^user select the tab "(.*?)" on the tabbed pane "(.*?)"$ | ||
sbWait=^wait (.*?) sec$ | ||
sbUserActionNoParams=^(?:user |)\\((.*?)\\)$ | ||
sbUserActionOneParam=^(?:user |)\\((.*?)\\) (?:with param |)"([^"]*)"$ | ||
sbUserActionTwoParams=^user \\((.*?)\\) (?:with the parameters |)"([^"]*)" "([^"]*)"$ | ||
sbUserActionThreeParams=^user \\((.*?)\\) (?:with the parameters |)"([^"]*)" "([^"]*)" "([^"]*)"$ | ||
sbUserActionTableParam=^user \\((.*?)\\) data$ | ||
sbUserDoActionWithObject=^user \\((.*?)\\) [^"]*"([^"]*) data$ | ||
ru.sbtqa.tag.swingback.openApp=^user open the application$ | ||
ru.sbtqa.tag.swingback.CloseApp=^user close the application$ | ||
ru.sbtqa.tag.swingback.OpenForm=^opening form "(.*?)"$ | ||
ru.sbtqa.tag.swingback.MoveToTab=^user select the tab "(.*?)" on the tabbed pane "(.*?)"$ | ||
ru.sbtqa.tag.swingback.Wait=^wait (.*?) sec$ | ||
ru.sbtqa.tag.swingback.UserActionNoParams=^(?:user |)\\((.*?)\\)$ | ||
ru.sbtqa.tag.swingback.UserActionOneParam=^(?:user |)\\((.*?)\\) (?:with param |)"([^"]*)"$ | ||
ru.sbtqa.tag.swingback.UserActionTwoParams=^user \\((.*?)\\) (?:with the parameters |)"([^"]*)" "([^"]*)"$ | ||
ru.sbtqa.tag.swingback.UserActionThreeParams=^user \\((.*?)\\) (?:with the parameters |)"([^"]*)" "([^"]*)" "([^"]*)"$ | ||
ru.sbtqa.tag.swingback.UserActionTableParam=^user \\((.*?)\\) data$ | ||
ru.sbtqa.tag.swingback.UserDoActionWithObject=^user \\((.*?)\\) [^"]*"([^"]*) data$ |
22 changes: 11 additions & 11 deletions
22
src/main/resources/i18n/ru/sbtqa/tag/swingback/stepdefs/StepDefinitions/ru.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
SBopenApp=^(?:пользователь |он |)открывает приложение$ | ||
sbCloseApp=^(?:пользователь |он |)закрывает приложение$ | ||
sbOpenForm=^открывается форма "(.*?)"$ | ||
sbMoveToTab=^(?:пользователь |он |)переходит на вкладку "(.*?)" в окне с вкалдками "(.*?)"$ | ||
sbWait=^ожидание (.*?) сек$ | ||
sbUserActionNoParams=^(?:пользователь |он)\\((.*?)\\)$ | ||
sbUserActionOneParam=^(?:пользователь |он)\\((.*?)\\) (?:с параметром |)"([^"]*)"$ | ||
sbUserActionTwoParams=^(?:пользователь |он |)\\((.*?)\\) (?:с параметрарми |)"([^"]*)" "([^"]*)"$ | ||
sbUserActionThreeParams=^(?:пользователь |он |)\\((.*?)\\) (?:с параметрарми |)"([^"]*)" "([^"]*)" "([^"]*)"$ | ||
sbUserActionTableParam=^(?:пользователь |он |)\\((.*?)\\) данными$ | ||
sbUserDoActionWithObject=^(?:пользователь |он |)\\((.*?)\\) [^"]*"([^"]*)" данными$ | ||
ru.sbtqa.tag.swingback.openApp=^(?:пользователь |он |)открывает приложение$ | ||
ru.sbtqa.tag.swingback.CloseApp=^(?:пользователь |он |)закрывает приложение$ | ||
ru.sbtqa.tag.swingback.OpenForm=^открывается форма "(.*?)"$ | ||
ru.sbtqa.tag.swingback.MoveToTab=^(?:пользователь |он |)переходит на вкладку "(.*?)" в окне с вкалдками "(.*?)"$ | ||
ru.sbtqa.tag.swingback.Wait=^ожидание (.*?) сек$ | ||
ru.sbtqa.tag.swingback.UserActionNoParams=^(?:пользователь |он)\\((.*?)\\)$ | ||
ru.sbtqa.tag.swingback.UserActionOneParam=^(?:пользователь |он)\\((.*?)\\) (?:с параметром |)"([^"]*)"$ | ||
ru.sbtqa.tag.swingback.UserActionTwoParams=^(?:пользователь |он |)\\((.*?)\\) (?:с параметрарми |)"([^"]*)" "([^"]*)"$ | ||
ru.sbtqa.tag.swingback.UserActionThreeParams=^(?:пользователь |он |)\\((.*?)\\) (?:с параметрарми |)"([^"]*)" "([^"]*)" "([^"]*)"$ | ||
ru.sbtqa.tag.swingback.UserActionTableParam=^(?:пользователь |он |)\\((.*?)\\) данными$ | ||
ru.sbtqa.tag.swingback.UserDoActionWithObject=^(?:пользователь |он |)\\((.*?)\\) [^"]*"([^"]*)" данными$ |