a test framework for CFML (ColdFusion).
Questions tagged [mxunit]
18 questions
0
votes
1 answer
Coldfusion setter method return object?
I have a coldfusion application which uses Coldspring and FW1 frameworks. I have a cfc User.cfchaving many properties like name, email etc. These properties are added using cfproperty. When I am writing test cases using mxunit for a function in…

Vineesh
- 3,762
- 20
- 37
0
votes
1 answer
Could not connect to remote facade url
I am trying to use mxunit eclipse plug-in for testing my test cases.
I am using eclipse 3.6.0 with cfml plug-in (cfeclipse ver 1.4.2.*) For ColdFusion project.
On the fifth step of plug-in configuration, I get the following error:
Could not connect…

Vikas
- 24,082
- 37
- 117
- 159
0
votes
1 answer
MXunit testing for type of boolean
I think I need to test for a return type of boolean as a first test.
How would I do this?
for any method that returns a boolean such as
public boolean function isValid( required numeric id ) {
// returns 'true' if data is valid, 'false' if data…

j-p
- 3,698
- 9
- 50
- 93