C# Класс CodedUITestProject.UIMap

Показать файл Открыть проект

Открытые методы

Метод Описание
TestInsertPatientGUI ( ) : void

Open the program, insert a patient that is the head of their own household, close the program.

TestOpeningProgram ( ) : void

TestOpeningProgram - Use 'TestOpeningProgramParams' to pass parameters into this method.

TestpatientInsert ( ) : void

Start up the program, login, insert a patient.

TestpatientInsert2 ( ) : void

Adds Satan into the database. No assertions yet.

insertTest ( ) : void

Opens the program, navigates to the patient tab, clicks "Create New Patient", creates the new patient, and then hits refresh. Currently there isn't a way to test of the thing was inserted.

Описание методов

TestInsertPatientGUI() публичный Метод

Open the program, insert a patient that is the head of their own household, close the program.
public TestInsertPatientGUI ( ) : void
Результат void

TestOpeningProgram() публичный Метод

TestOpeningProgram - Use 'TestOpeningProgramParams' to pass parameters into this method.
public TestOpeningProgram ( ) : void
Результат void

TestpatientInsert() публичный Метод

Start up the program, login, insert a patient.
public TestpatientInsert ( ) : void
Результат void

TestpatientInsert2() публичный Метод

Adds Satan into the database. No assertions yet.
public TestpatientInsert2 ( ) : void
Результат void

insertTest() публичный Метод

Opens the program, navigates to the patient tab, clicks "Create New Patient", creates the new patient, and then hits refresh. Currently there isn't a way to test of the thing was inserted.
public insertTest ( ) : void
Результат void