C# 클래스 CodedUITestProject.UIMap

파일 보기 프로젝트 열기: WKlingonsmith/FCS-Project

공개 메소드들

메소드 설명
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