by: Phlip |
last post by:
C++ newsgroupies:
I wrote a parser to solve math expressions like "3.0 ^(4 - 5)", or "3 / 8".
Below my sig is test.h, the file containing a tiny test framework. Using it
and Test-Driven...
|
by: aloneplayer |
last post by:
Hi, All,
I wrote a function to share a folder to individual user account with
WMI.
When I call it :
ShareFolder("c:\\test", "Test", "Shared by Riven", 8,
Environment.MachineName,...
|
by: Podi |
last post by:
Hi,
Newbie question about unittest. I am having trouble passing a variable
to a test class object.
MyCase class will potentially have many test functions.
Any help would be much...
|
by: rdps |
last post by:
I am a newbie and that says it all about posting a basic doubt. I still hope someone helps me out .
I am unit testing some modules. My test module is in diff file than the modules
to be tested....
|
by: Henry S. Thompson |
last post by:
Thanks to contributions from Microsoft and Sun updating and
considerably extending their 2002 contributions, we now have nearly
40,000 tests for W3C XML Schema 1.0 2nd edition. All the tests are...
|
by: Bastien Continsouzas |
last post by:
I am trying to set the include path for SimpleTest under Eclipse
I have the following config :
Eclipse : 3.2.0
PHPEclipse 1.1.8
SimpleTest plugin : 0.2.1
I ran a test I found on the...
|
by: prem |
last post by:
Hi,
Anybody know if there are any *FREE* ANSI C test suite for C/C++ for
Compiler available?
Any link/pointers is appreciated
/Prem
|
by: oksid |
last post by:
Hello,
I'm writing a C99 preprocessor and I want to check its
compliance with the ISO standard.
I would like to know what's the best C99 test suite ?
GCC seems to have a large set of test...
|
by: Rob Wilkerson |
last post by:
I'm trying to cut my teeth on unit testing with SimpleTest by writing
tests for a new set of classes that do not have a web root. The
classes I want to test comprise a set of core services used by...
|
by: Rob Wilkerson |
last post by:
Hey guys -
I have a test suite that's working when I include a test case via its
absolute path. For portability, I'd rather include it just using its
name, but it's failing with a "Failed to...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the synthesis of my design into a bitstream, not the C++...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: Johno34 |
last post by:
I have this click event on my form. It speaks to a Datasheet Subform
Private Sub Command260_Click()
Dim r As DAO.Recordset
Set r = Form_frmABCD.Form.RecordsetClone
r.MoveFirst
Do
If...
|
by: F22F35 |
last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...
|