/
anton.buldygin
/
Contacts_Java
Обзор
Документация
Войти
/
anton.buldygin
/
Contacts_Java
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Contacts (Java)/task/build/test-results/test/TEST-ContactsTest.xml
287 строк
8 KB
AntonBuldygin
Initial commit
19 дек 2023, 15:38
19 дек 2023, 15:38
bed9366
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <testsuite name="ContactsTest" tests="1" skipped="0" failures="0" errors="0" timestamp="2023-12-19T09:55:08" hostname="ANTONHONOR" time="0.429"> <properties/> <testcase name="start" classname="ContactsTest" time="0.429"/> <system-out><![CDATA[?[1;31m Start test 1?[0m [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 2?[0m [menu] Enter action (add, list, search, count, exit): > count The Phone Book has 0 records. [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 3?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > person Enter the name: > John Enter the surname: > Smith Enter the birth date: > Enter the gender (M, F): > Enter the number: > 123 456 789 The record added. [menu] Enter action (add, list, search, count, exit): > count The Phone Book has 1 records. [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 4?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > person Enter the name: > John Enter the surname: > Smith Enter the birth date: > Enter the gender (M, F): > Enter the number: > 123 456 789 The record added. [menu] Enter action (add, list, search, count, exit): > list 1. John Smith [list] Enter action ([number], back): > 1 Name: John Surname: Smith Birth date: [no data] Gender: [no data] Number: 123 456 789 Time created: 2023-12-19T12:55:08.712060 Time last edit: 2023-12-19T12:55:08.712060 [record] Enter action (edit, delete, menu): > menu [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 5?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > Pizza Shop Enter the address: > Wall St. 1 Enter the number: > +0 (123) 456-789-9999 The record added. [menu] Enter action (add, list, search, count, exit): > list 1. Pizza Shop [list] Enter action ([number], back): > 1 Organization name: Pizza Shop Address: Wall St. 1 Number: +0 (123) 456-789-9999 Time created: 2023-12-19T12:55:08.744059900 Time last edit: 2023-12-19T12:55:08.744059900 [record] Enter action (edit, delete, menu): > menu [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 6?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > person Enter the name: > John Enter the surname: > Smith Enter the birth date: > Enter the gender (M, F): > Enter the number: > 123 456 789 The record added. [menu] Enter action (add, list, search, count, exit): > list 1. John Smith [list] Enter action ([number], back): > 1 Name: John Surname: Smith Birth date: [no data] Gender: [no data] Number: 123 456 789 Time created: 2023-12-19T12:55:08.772059300 Time last edit: 2023-12-19T12:55:08.772059300 [record] Enter action (edit, delete, menu): > edit Select a field (name, surname, birth, gender, number): > gender Enter the gender (M, F): > M The record updated! > menu [menu] Enter action (add, list, search, count, exit): > list 1. John Smith [list] Enter action ([number], back): > 1 Name: John Surname: Smith Birth date: [no data] Gender: M Number: 123 456 789 Time created: 2023-12-19T12:55:08.772059300 Time last edit: 2023-12-19T12:55:08.772059300 [record] Enter action (edit, delete, menu): > menu [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 7?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > Pizza Shop Enter the address: > Wall St. 1 Enter the number: > +0 (123) 456-789-9999 The record added. [menu] Enter action (add, list, search, count, exit): > list 1. Pizza Shop [list] Enter action ([number], back): > 1 Organization name: Pizza Shop Address: Wall St. 1 Number: +0 (123) 456-789-9999 Time created: 2023-12-19T12:55:08.809597600 Time last edit: 2023-12-19T12:55:08.809597600 [record] Enter action (edit, delete, menu): > edit Select a field (address, number): > address Enter the address: > Wall St 2 The record updated! > menu [menu] Enter action (add, list, search, count, exit): > list 1. Pizza Shop [list] Enter action ([number], back): > 1 Organization name: Pizza Shop Address: Wall St 2 Number: +0 (123) 456-789-9999 Time created: 2023-12-19T12:55:08.809597600 Time last edit: 2023-12-19T12:55:08.809597600 [record] Enter action (edit, delete, menu): > menu [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 8?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > Pizza Shop Enter the address: > Wall St. 1 Enter the number: > +0 (123) 456-789-9999 The record added. [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > person Enter the name: > John Enter the surname: > Smith Enter the birth date: > Enter the gender (M, F): > Enter the number: > 123 456 789 The record added. [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > PizzaNuts Enter the address: > Wall St. 6 Enter the number: > +0 (123) 456-789-9999 The record added. [menu] Enter action (add, list, search, count, exit): > search Enter search query: > pizz Found 2 results: 1. Pizza Shop 2. PizzaNuts [search] Enter action ([number], back, again):> 1 Organization name: Pizza Shop Address: Wall St. 1 Number: +0 (123) 456-789-9999 Time created: 2023-12-19T12:55:08.857592400 Time last edit: 2023-12-19T12:55:08.857592400 [record] Enter action (edit, delete, menu): > menu [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 9?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > Pizza Shop Enter the address: > Wall St. 1 Enter the number: > +0 (123) 456-789-9999 The record added. [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > person Enter the name: > John Enter the surname: > Smith Enter the birth date: > Enter the gender (M, F): > Enter the number: > 123 456 789 The record added. [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > PizzaNuts Enter the address: > Wall St. 6 Enter the number: > +0 (123) 456-789-9999 The record added. [menu] Enter action (add, list, search, count, exit): > search Enter search query: > s Found 3 results: 1. Pizza Shop 2. John Smith 3. PizzaNuts [search] Enter action ([number], back, again):> 1 Organization name: Pizza Shop Address: Wall St. 1 Number: +0 (123) 456-789-9999 Time created: 2023-12-19T12:55:08.901114 Time last edit: 2023-12-19T12:55:08.901114 [record] Enter action (edit, delete, menu): > menu [menu] Enter action (add, list, search, count, exit): > exit ?[1;31m Start test 10?[0m [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > Pizza Shop Enter the address: > Wall St. 1 Enter the number: > +0 (123) 456-789-9999 The record added. [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > person Enter the name: > John Enter the surname: > Smith Enter the birth date: > Enter the gender (M, F): > Enter the number: > 123 456 789 The record added. [menu] Enter action (add, list, search, count, exit): > add Enter the type (person, organization): > organization Enter the organization name: > PizzaNuts Enter the address: > Wall St. 6 Enter the number: > +0 (123) 456-781-9999 The record added. [menu] Enter action (add, list, search, count, exit): > search Enter search query: > 789 Found 2 results: 1. Pizza Shop 2. John Smith [search] Enter action ([number], back, again):> 1 Organization name: Pizza Shop Address: Wall St. 1 Number: +0 (123) 456-789-9999 Time created: 2023-12-19T12:55:08.943119400 Time last edit: 2023-12-19T12:55:08.943119400 [record] Enter action (edit, delete, menu): > menu [menu] Enter action (add, list, search, count, exit): > exit ]]></system-out> <system-err><![CDATA[]]></system-err> </testsuite>