Click here to Skip to main content
15,791,067 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: creating a _simple_ fine grained user based security system Pin
giddy_guitarist27-Sep-08 21:22
giddy_guitarist27-Sep-08 21:22 
GeneralRe: creating a _simple_ fine grained user based security system Pin
Pete O'Hanlon28-Sep-08 10:21
subeditorPete O'Hanlon28-Sep-08 10:21 
GeneralRe: creating a _simple_ fine grained user based security system Pin
giddy_guitarist5-Oct-08 8:39
giddy_guitarist5-Oct-08 8:39 
QuestionCreating 3-Tier system, technology to use. Pin
RDoes26-Sep-08 2:06
RDoes26-Sep-08 2:06 
AnswerRe: Creating 3-Tier system, technology to use. Pin
Pete O'Hanlon26-Sep-08 6:00
subeditorPete O'Hanlon26-Sep-08 6:00 
GeneralRe: Creating 3-Tier system, technology to use. Pin
RDoes29-Sep-08 2:00
RDoes29-Sep-08 2:00 
GeneralRe: Creating 3-Tier system, technology to use. Pin
Pete O'Hanlon29-Sep-08 2:57
subeditorPete O'Hanlon29-Sep-08 2:57 
QuestionC# reflection? Pin
ppayal26-Sep-08 1:58
ppayal26-Sep-08 1:58 
Hi,

I have a class as under:

public class ExampleClass : BaseClass

{

        public int ExampleMethod(int _toValidate)  {

              ExampleValidator(_toValidate);

               return 1;

 }

}


The ExampleValidator method is contained in the BaseClass. It is used to validate the parameter _toValidate. The ExampleValidator check is very important and every method in the class ExampleClass should contain it. I want to create a unit test for this class ExampleClass, to test if every method does contain the ExampleValidator. How can I do that?

Can reflection help me?

Regards,
ap.
QuestionCitrix: Windows Forms Color Depth Pin
pierrecor24-Sep-08 22:40
pierrecor24-Sep-08 22:40 
QuestionInversion of Control in Compilers? Pin
Philip Laureano20-Sep-08 4:18
Philip Laureano20-Sep-08 4:18 
AnswerRe: Inversion of Control in Compilers? Pin
Pete O'Hanlon20-Sep-08 12:39
subeditorPete O'Hanlon20-Sep-08 12:39 
GeneralRe: Inversion of Control in Compilers? Pin
Paul Conrad20-Sep-08 12:56
professionalPaul Conrad20-Sep-08 12:56 
QuestionOpinions about user identification in multi-tier environment Pin
Wendelius19-Sep-08 10:40
mentorWendelius19-Sep-08 10:40 
AnswerRe: User identification in multi-tier environment Pin
Scott Dorman19-Sep-08 11:43
professionalScott Dorman19-Sep-08 11:43 
GeneralRe: User identification in multi-tier environment Pin
Wendelius19-Sep-08 11:50
mentorWendelius19-Sep-08 11:50 
GeneralRe: User identification in multi-tier environment Pin
Scott Dorman19-Sep-08 11:55
professionalScott Dorman19-Sep-08 11:55 
GeneralRe: User identification in multi-tier environment Pin
Wendelius19-Sep-08 12:00
mentorWendelius19-Sep-08 12:00 
AnswerRe: Opinions about user identification in multi-tier environment Pin
Mark Churchill24-Sep-08 0:26
Mark Churchill24-Sep-08 0:26 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Wendelius24-Sep-08 9:17
mentorWendelius24-Sep-08 9:17 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Mark Churchill24-Sep-08 20:03
Mark Churchill24-Sep-08 20:03 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Wendelius29-Sep-08 4:48
mentorWendelius29-Sep-08 4:48 
AnswerRe: Opinions about user identification in multi-tier environment Pin
cpkilekofp25-Sep-08 7:38
cpkilekofp25-Sep-08 7:38 
GeneralRe: Opinions about user identification in multi-tier environment Pin
Wendelius29-Sep-08 4:53
mentorWendelius29-Sep-08 4:53 
QuestionObject Databases, Non Volatile RAM and Far Caches Pin
FrankSzendzielarz17-Sep-08 4:12
FrankSzendzielarz17-Sep-08 4:12 
Questionsub routines Pin
CodingYoshi16-Sep-08 5:40
CodingYoshi16-Sep-08 5:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.