You cannot post messages because only members can post, and you are not currently a member.
Description:
This is the discussion group for MXUnit, a unit test framework for ColdFusion (CFMX) components. It's based on the popular JUnit unit test framework for java. This list is for questions about this product and unit testing in general.
|
|
|
Code Analysis and Test Coverage Tools
|
| |
Hi, I am searching Code Analysis and Test Coverage tools which can provide some reports, such as: - What areas of the system which has no automated tests; - Percentage of test coverage; - Code duplication; - Coding standards; - Lack of comments (=> "hint")... So far found in RiaForge two projects with some of the things I need:... more »
|
|
Support for @Theory and @DataPoint?
|
| |
At CFinNC I saw Michael Labriola present Flex Unit 4. It's "4" because it more closely matches JUnit 4.x, not because of any association with Flex 4 (although Flex Unit 4 support is built into Flash Builder 4 Beta 2). Anyway, he showed how the test runner was now parameterized as an annotation allowing Flex Unit 4 suites to run unit tests based on... more »
|
|
EXT2 view not displaying.
|
| |
Hi,
I hope you can shed some light on this. Is there any reason why a test
run in the browser shows correctly when using the HTML output, but
renders incorrectly when using the EXT2 version?
This shows correctly:
[link]... more »
|
|
Unit Test fails in ant only when parsing xml
|
| |
Hello all,
I'm trying to run some code ant tests through Railo (3.1.1.x -
3.1.1.012) and it is working fine from the browser and through the
eclipse plugin, but when I try the same through the ant task it gives
me an exception.
Any ideas on what would be causing just the ant part to fail, and not... more »
|
|
Problems with mxUnit in an Ant build file
|
| |
I have a scenario where I have the following project defined.
projectroot
->build dir
->src
->src->wwwroot
->src->wwwroot->com (normal directory for components)
->unitTests
->mxunit
Now the webroot is defined by the webserver (IIS) as wwwroot and the
mxunit and unittests are defined as IIS virtual directories.... more »
|
|
MightMock EntitySave
|
| |
I am trying to use injectMethod to overwrite a call to entitySave to mock the database call, which doesn't work. Is there a more preferred or better way?
|
|
Code coverage anyone?
|
| |
Do you have notice of any code coverage tool for coldfusion, at least
experimental?
I've read some info around, but is mainly old stuff, so maybe there's
something new in the air...
Raffaele, hating the lack of tools for coldfusion...
|
|
|