Unit testing is a method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine if they are fit for use.
0
votes
1answer
26 views
checking for duplicate email and user name in unit test
I have to check for duplicate email and user name in this unit test. Speaking with another developer, he said I should check for the duplicate email and user name in a nested try catch. Im not sure I ...
0
votes
0answers
88 views
Unit test fluent nhibernate repository with in memory sql lite - no such table error
I'm trying to write unit tests for a repository pattern usinf fluent nhibernate.
I chosed to use Inmemory sql lite database in order to avoid sql server access (which can be done for integration ...
1
vote
1answer
22 views
Surpress raise errors during unittesting?
I'm writing unit tests for an api library, however an error (which should be showing, since that test is for failed login) is interrupting the test. Is there a way to silent raised error messages just ...
3
votes
2answers
50 views
Using one set of unit tests on many different files in Racket
I'm looking for advice on how to structure my Racket programs. Currently, I have about 5 different versions of the program and each program has the same unit tests (RackUnit) just added to the end of ...
0
votes
7answers
73 views
How to skip over a method call inside that is inside the method being unit tested
I have a method call that I am unit testing. Inside that method call it makes a call to a method that is going to throw an error because it is trying to talk to a device that will not be available ...
2
votes
1answer
52 views
How do I run javascript unit tests in maven, with no need for running a browser or server?
I work with developing web stuff that contains javascript that to some extent holds more logic than just animations and moving values around. I would like to implement some unit tests for that kind of ...
0
votes
1answer
34 views
Unit Testing nHibernate Mappings
I am mapping some table valued functions in nHibernate using HBM files. Our table functions have been changing quite a bit lately, so I want to make sure our mapping files are updated when these ...
0
votes
0answers
21 views
Test local variables using googletest framework
I am new to unit testing.
Right now I am trying to test Embedded C code using googletest framework.
I have following scenario in my code:-
Inside a void function Foo_A there are some local variables ...
1
vote
0answers
82 views
AngularJS + Karma: reuse a mock service when unit testing directives or controllers
I'm working with AngularJS + Karma.
configService manages the settings of my app (e.g. the background-color, wether it's on debug mode, general permissions...). It loads initial data with $http. I ...
0
votes
1answer
22 views
How to troubleshoot deployment issues when running tests with visual studio?
In VisualStudio (2010 and 2012) :
is there an efficient way to troubleshoot deployment issues when using DeploymentItem attribute?
I currently must wait for test execution to realize that the items ...
-3
votes
0answers
35 views
perl unit testing on perl package
I need some clarification on the discussion happened on Feb 10, 2009 on the topic Perl build, unit testing, code coverage:
A complete working example. I also in need of the unit testing on perl ...
0
votes
0answers
25 views
How do I mock a 'timeout' or 'failure' response using Sinon / Qunit?
I've had no problems sorting out mocking the success condition, but cannot seem to fathom how to mock the failure / timeout conditions when using Sinon and Qunit to test and ajax function:
My set up ...
1
vote
1answer
35 views
Test Suite in Flask with MongoEngine
I have a small app in Flask which I want to accompany with tests. I have used Django tests before, and I'm just getting to grips with the lower level functionality in Flask.
My tests currently look ...
0
votes
1answer
31 views
How to unit test express route that calls helper function from dependency?
I have the following as part of my login code. I already have unit tests written for the authentication.login() so its just the response handling itself I need to test.
app.post('/login', ...
-2
votes
2answers
62 views
1
vote
1answer
30 views
Visual Studio 2010 Unit Test DB
I imported my SQL Server 2008 DB script and created a new VS 2010 project to create Unit Testing for the database. It has built in functionality for checking return row count and scalar variables
...
0
votes
2answers
38 views
Using wxString with Google Mock
Has anyone out there had any luck using Google Mock in conjunction with wxWidgets? I have a class Foo with setters that take a const reference to wxString in the signature like so:
class Foo {
...
1
vote
2answers
49 views
Testing Storm Bolts and Spouts
This is a general question regarding Unit Testing Bolts and Spouts in a Storm Topology written in Java.
What is the recommended practice and guideline for unit-testing (JUnit?) Bolts and Spouts?
...
8
votes
2answers
51 views
jQuery Trigger event but still have event.isTrigger false
jQuery provides a isTrigger property which allows us to know if the event was a "real event" or was it only "triggered".
$(ele).on("click", function(e){
if(e.isTrigger){
// this event was ...
0
votes
1answer
31 views
Grails assert - verify that assertion failed in unit test
Grails newbie question:
when you have assert [condition] in a Grails controller, how do you verify that the assertion fails from a unit test?
I'm thinking something like shouldFail(Exception) { .. } ...
2
votes
2answers
59 views
How to unit test a thread safe queue
I need a simple data structure with these requirements:
it should behave like a queue,
all the enqueue operations should be atomic.
I have very limited experience with multithreading, but this is ...
0
votes
0answers
39 views
how to test for existing htm5shiv in source code using rspec?
how can I test rails3 application for existing htm5shiv code using rspec?
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
...
0
votes
1answer
27 views
OCUnit testing problems in UINavigationController
I create single view application with 1) Story board 2) ARC and 3) Unit Testing.
In view controller i drag on UIButton. and ViewContrller embedded with Navigation Controller (Using Interface).
It run ...
1
vote
0answers
37 views
How do you unit test formsets in Django?
Ok, so i need to unit test a view, more precise form in a view . So i create such a unit test.
class ViewTest(TestCase):
fixtures = ['fixture.json']
def setUp(self):
self.client = ...
0
votes
1answer
20 views
Unit test for Windows Strore Apps deletes Local Storage
I have created a test project for Windows Store App. There is a method CreateDB which creates a SQLite database. In my test project I have written a test method which calls the CreateDB method and ...
-1
votes
1answer
49 views
Unit Testing Chrome Extensions?
What is the best way to unit test a Google Chrome extension?
I need to unit test various JavaScript functions and content-scripts on the websites they were designed for, as well as automate user ...
1
vote
3answers
52 views
Unit Testing Methods With File IO
I'm trying to get into the habit of writing unit tests, I've written a few before but they've usually been quite basic...I'd like to start making a move to TDD as i want to improve the quality of my ...
0
votes
1answer
48 views
Workflow Services Testing and Moq
I'm trying to unit test a Workflow Service by using Microsoft.Activities.UnitTesting
The goal is to mock the service's extensions in order to ensure that all steps are executed.
The mock objects ...
2
votes
2answers
80 views
Compare two XML strings ignoring element order
Support I have two xml strings
<test>
<elem>a</elem>
<elem>b</elem>
</test>
<test>
<elem>b</elem>
<elem>a</elem>
...
0
votes
1answer
39 views
How to use Moq in unit test that calls another method in same class
Hi I am new to Moq framework and have some questions about how to use it. I will give an example and hope for answers.
I have two classes, an interface and and an implementation:
public class ...
0
votes
1answer
29 views
Example of unit testing in sikuli [closed]
Please bear with me as a newbie, who is self-teaching on a number of fronts here. I need some simple examples that would help in learning how to do unit testing in sikuli. Could someone help me out ...
1
vote
1answer
45 views
TestNG @Dataprovider
I have a following requirement which i have done using java with out TestNG but added the @Test Annotation to run the class.
1. Find the class which are all annotated with @controller in class path
...
1
vote
1answer
24 views
Possibility of getting Path Coverage by jmockit coverage tool with exclusion of desired paths
I was interested to get path coverage for my code after doing unit testing, but it contains lots of if-else conditions which make the actual number of paths like around 67k so is there any possibility ...
0
votes
0answers
18 views
Triggering unit test on solution build (VS 2010)
I am new to testing so please bear with the obvious unfamiliarity.
I have a solution with multiple projects, configurations and app settings. There is already a compiler directive to warn on ...
0
votes
1answer
40 views
grails, unit test mock domain with assigned id
I am using assigned id in my domain
class Book {
Integer id
String name
static mapping = {
id generator: 'assigned'
}
}
so to add a new book:
def book = new Book([name: "The ...
0
votes
0answers
28 views
How to debug Django unit tests?
I have a Django unit test, and I want to put print statements in it for debugging purposes but apparently django is suppressing them. How else can I print the value of a variable? I may be able to ...
1
vote
2answers
57 views
Delete User Unit test
I am new to unit testing and I dont always "see" what needs to be tested. Currently I am creating unit test to verify that a user has been deleted from the app.
Here is what I have so far. Can ...
0
votes
2answers
56 views
How can I add a unit test to a C++ console program in Visual Studio 2012?
How can I add a unit test to a C++ console program in Visual Studio 2012?
From what I've been able to gather from the MSDN the MS unit test support for C++ can't do this at all, (which doesn't ...
2
votes
2answers
39 views
Can OCMock run a block parameter?
Assume a method signature such as the following:
- (void)theMethod:(void(^)(BOOL completed))completionBlock;
I would like to mock this method signature to ensure the method is called, and just call ...
0
votes
2answers
32 views
Unit tests with different severity
I'm testing a set of classes and my unit tests so far are along the lines
1. read in some data from file X
2. create new object Y
3. sanity assert some basic properties of Y
4. assert advanced ...
0
votes
0answers
18 views
How do I connect to a currently running test run?
How do I connect to a currently running test suite so I can view pass/fail and exception information in the Test Results window? I only have the option to connect to previously completed test runs, ...
0
votes
3answers
67 views
How to change the Assert.Fail message
When I run this test I get an "Assert.Fail failed. Assert.AreEqual failed. Expected:. Actual:."
How do I get this test either pass or fail without "Actual:" at the end of the error message? I use ...
1
vote
0answers
20 views
How to display custom message on Maven build failure
When I run a clean Maven profile build ("mvn clean install -PmyProfile"), I want the ability to present a custom, static text message to the user if the build fails.
For example, from this:
[INFO] ...
0
votes
0answers
22 views
JMS MockSession javax.jms.JMSException: Queue with name i not found
I am using MockRunner for unit testing the JMS code. Below is the code:
JMSMockObjectFactory jmsMockObjectFactory = new JMSMockObjectFactory();
MockConnectionFactory mockConnectionFactory = ...
0
votes
3answers
70 views
Verifying code against template patterns using reflection
I am working on a large project where a base class has thousands of classes derived from it (multiple developers are working on them). Each class is expected to override a set of methods. I first ...
0
votes
0answers
57 views
Propagate request in Symfony2 using DOM Crawler component in test environment
In production, the folder web is on another place and it was rename. For this reason for access to directory "web/bundles/backend/tmp" I can't use $this->get('kernel')->getRootDir() for root ...
0
votes
0answers
21 views
Loading a controller at runtime
In Play Framework 1.2.5, I need to create a fake service class, that will return mock data, when a unit test is being executed.
The real service is a remote one, to which the app should send a ...
0
votes
0answers
36 views
Python3 can not find module xmlrpc from unittests
I am working on a python project with 2 other people, but I can't run our tests. When I run the tests using python3 -m unittest I get this output
Traceback (most recent call last):
Traceback (most ...
0
votes
2answers
22 views
Why Unit test of WebServer project shows strange behaviour?
I am writing Unit test of my project HTTP THREADPOOLED WEB SERVER. For that I am using Junit in Maven.
In the mean while I stuck in one place, and the doubt is as follows,
There is one class ...
2
votes
4answers
71 views
How to JUnit test for any output in Java
I'd like to test the two methods below, but because its based on random output my go-to assertEquals() won't work.
I just want to test to ensure the methods are producing some kind of output. Any ...




