Click here to Skip to main content
15,893,508 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unit Testing a Singleton Pin
Jun Du11-Jul-06 7:07
Jun Du11-Jul-06 7:07 
GeneralRe: Unit Testing a Singleton Pin
Kevin McFarlane11-Jul-06 6:17
Kevin McFarlane11-Jul-06 6:17 
GeneralRe: Unit Testing a Singleton Pin
Colin Angus Mackay11-Jul-06 13:01
Colin Angus Mackay11-Jul-06 13:01 
GeneralRe: Unit Testing a Singleton Pin
Judah Gabriel Himango11-Jul-06 13:08
sponsorJudah Gabriel Himango11-Jul-06 13:08 
GeneralRe: Unit Testing a Singleton Pin
Colin Angus Mackay11-Jul-06 22:50
Colin Angus Mackay11-Jul-06 22:50 
GeneralRe: Unit Testing a Singleton Pin
Judah Gabriel Himango12-Jul-06 6:52
sponsorJudah Gabriel Himango12-Jul-06 6:52 
AnswerRe: Unit Testing a Singleton Pin
Judah Gabriel Himango11-Jul-06 5:47
sponsorJudah Gabriel Himango11-Jul-06 5:47 
AnswerInherit the singleton Pin
Ennis Ray Lynch, Jr.11-Jul-06 6:08
Ennis Ray Lynch, Jr.11-Jul-06 6:08 
You could inherit the singleton and put the [Test] blocks on the new class which does have a public method. Or you could wrap the public constructor of your singleton within #if DEBUG directives causing a compile time error on release mode if someone misused your class.

A man said to the universe:
"Sir I exist!"
"However," replied the Universe, "The fact has not created in me A sense of obligation."

-- Stephen Crane
Questionfont script Pin
TAREQ F ABUZUHRI11-Jul-06 4:45
TAREQ F ABUZUHRI11-Jul-06 4:45 
AnswerRe: font script Pin
mav.northwind11-Jul-06 4:46
mav.northwind11-Jul-06 4:46 
GeneralRe: font script Pin
TAREQ F ABUZUHRI11-Jul-06 4:52
TAREQ F ABUZUHRI11-Jul-06 4:52 
GeneralRe: font script Pin
Christian Graus11-Jul-06 5:13
protectorChristian Graus11-Jul-06 5:13 
GeneralRe: font script Pin
mav.northwind11-Jul-06 21:37
mav.northwind11-Jul-06 21:37 
GeneralRe: font script Pin
TAREQ F ABUZUHRI11-Jul-06 4:59
TAREQ F ABUZUHRI11-Jul-06 4:59 
GeneralRe: font script Pin
Werdna11-Jul-06 6:03
Werdna11-Jul-06 6:03 
GeneralRe: font script Pin
TAREQ F ABUZUHRI11-Jul-06 16:06
TAREQ F ABUZUHRI11-Jul-06 16:06 
QuestionIntercepting and blocking Webpages Pin
CJayMeister11-Jul-06 2:41
CJayMeister11-Jul-06 2:41 
AnswerRe: Intercepting and blocking Webpages Pin
J4amieC11-Jul-06 2:54
J4amieC11-Jul-06 2:54 
GeneralRe: Intercepting and blocking Webpages Pin
CJayMeister11-Jul-06 3:09
CJayMeister11-Jul-06 3:09 
GeneralRe: Intercepting and blocking Webpages Pin
Eran Aharonovich11-Jul-06 4:44
Eran Aharonovich11-Jul-06 4:44 
AnswerRe: Intercepting and blocking Webpages Pin
led mike11-Jul-06 5:22
led mike11-Jul-06 5:22 
AnswerCreate a proxy Pin
Ennis Ray Lynch, Jr.11-Jul-06 9:51
Ennis Ray Lynch, Jr.11-Jul-06 9:51 
AnswerProxy server Pin
Daniel Turini11-Jul-06 9:51
Daniel Turini11-Jul-06 9:51 
Questionlock() and Thread.Interrupt() Pin
Jon Hulatt11-Jul-06 0:37
Jon Hulatt11-Jul-06 0:37 
AnswerRe: lock() and Thread.Interrupt() [modified] Pin
Guffa11-Jul-06 1:01
Guffa11-Jul-06 1:01 

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.