mxunit
ColdFusion unit test frameworks
As a related sub-question - are there any CF unit test frameworks that support or make it easier to use mocks/stubs?[详细]
2023-04-09 18:45 分类:问答Testing an array of structures in mxunit
What is the best way to test a function that returns an array of structres in mxunit?Right now i\'m doing something like this:[详细]
2023-04-08 11:29 分类:问答What's the best way to unit test a cfc that uses a Java object for a lot of its functionality?
I have a cfc that relies heavily on a Java object (created via JavaLoader) for a lot of its core functionality that I\'d like to write some tests for and I\'m not sure what the best way to do this is.[详细]
2023-03-20 12:06 分类:问答Best practice with Coldfusion deployment
I\'m new to Coldfusion development and inherited an already deployed project. Due to various technical limitation, it is not possible to develop locally on our workstations (like you would do for .net[详细]
2023-03-11 16:55 分类:问答application variables are not found when running MXUnit test from Eclipse
So I was following the tiny guide here on how to run a single MXUnit test with Eclipse using the MXUnit plugin for Eclipse. But as you can see in the screen shot below it didn\'t work out for t开发者_[详细]
2023-01-29 04:05 分类:问答