Hi All:=0D=0A Iam using MockObjects in our project. We have made a mock sy=
stem=0D=0A(database) and are populating this MO by inputting data in to the=
=0D=0AMockResultSet and stuff like that.And all these MO codes resides in t=
he test=0D=0Amethod of the test class(written for the class under test) and=
the test is=0D=0Aworking fine.=0D=0A=0D=0ARequirement : =0D=0A To get t=
he data from the Mock system (remember the MO=0D=0Acoding[instantiation and=
initialization] is done in the test class) and=0D=0Adisplay on to the brow=
ser using jsp's.(similar to getting the values from=0D=0Athe database and d=
isplaying on to the screen).=0D=0A=0D=0AMy Questions are : =0D=0A1) Is ther=
e any way this(refer Requirement) can be done?if yes, How this can=0D=0Abe =
accomplished?=0D=0A2) Are there any steps to be followed ,specific to MO,if=
we need to=0D=0Aintegrate MO into any propreitary framework?=0D=0A=0D=0AIt=
will be really helpful to me if anybody cud suggest a solution for the=0D=
=0Aabove.=0D=0A=0D=0AThanks in advance,=0D=0A=0D=0ARad. =0A
|