Questions tagged [suite]

132 questions
2
votes
1 answer

Problem with Mockito - exceptions.verification.WantedButNotInvoked

When I put a "VerificationModeFactory.times(2)" in test before, when I run all tests of the class appears this exception: org.mockito.exceptions.verification.WantedButNotInvoked: Wanted but not invoked: serviceService.getServices(); If I run each…
joaosavio
  • 1,481
  • 3
  • 17
  • 20
2
votes
0 answers

Apache 2.4: Cipher suite depending on User Agent

Is it possible to enable/disable cipher suites depending on the user agent (like BrowserMatch)? I need a single old/weak cipher suite only for an old client application and I have tried some RewriteRules to forbid access to the server with the old…
witchi
  • 345
  • 3
  • 16
2
votes
1 answer

In mono, how to control the SSL/TLS cipher suite?

I would like to configure the server to refuse negotation of DES, RC4, MD5, etc. The mono 3.4 release notes say "Network Stack Now allows developers to control which cipher suites to use with TLS/SSL." ... But how?
Edward Ned Harvey
  • 6,525
  • 5
  • 36
  • 45
2
votes
1 answer

NUnit, how do I execute source before and after running the test suite

NUnit tests of different assemblies are collected and executed within a TestSuite. The TestSuites is a *.nunit project, created with NUnit GUI-runner. For specific test purposes I need to execute a script before and also after the execution of all…
My-Name-Is
  • 4,814
  • 10
  • 44
  • 84
2
votes
2 answers

Auto-deploy/reload a jar in weblogic server

I am new to Oracle SOA Suite 11.1.1.4... Currently I am working on User defined XPath Functions. As part of this, I will prepare a jar file and need to deploy into weblogic server(10.3) domain lib…
Swamy
  • 111
  • 1
  • 2
  • 15
2
votes
1 answer

PHPUnit --loader: What is a test suite loader for?

PHPUnit manual say: If you point the PHPUnit command-line test runner to a directory it will look for *Test.php files. see: http://www.phpunit.de/manual/3.6/en/organizing-tests.html#organizing-tests.filesystem This is wrong! When i call: phpunit…
user1182585
  • 75
  • 1
  • 6
1
vote
1 answer

Python Suite, Package, Module, TestCase and TestSuite differences

Best Guess: method - def(self, maybeSomeVariables); lines of code which achieve some purpose Function - same as method but returns something Class - group of methods/functions Module - a script, OR one or more classes. Basically a .py file. Package…
xxjjnn
  • 14,591
  • 19
  • 61
  • 94
1
vote
0 answers

Syntax error when setting up test suite for JUnit 4

In order to test with Junit 4, I manage to setup the test suite like the following import org.junit.runner.RunWith; import org.junit.runners.Suite; import org.junit.runners.Suite.SuiteClasses; @RunWith(Suite.class) @SuiteClasses( {…
dale
  • 439
  • 3
  • 11
  • 28
1
vote
2 answers

Is there a way to specify parameters for included methods in TestNG suite.xml?

I'm writing a suite.xml for an own testframework based on TestNG. My xml file looks like:
theBell
  • 393
  • 4
  • 17
1
vote
1 answer

'No tests were found' error when trying to use Suites API with JUnit5 + Cucumber combination

It seems like no matter what combination of tags and paths I put along with Suites tag, the tests are not discoverable. The same happens if I don't use Suites tag and just run mvn test. The only way that it works if I explicitly state the location…
1
vote
1 answer

MUI, ReactSuite: Uncaught RangeError: Maximum call stack size exceeded

I'm using Modal component from React Suite and Select component from MUI Basically I have an open button that opens a modal popup which has inside, a select component However, when I open console, it produces the following error when I open the…
encodeShoe
  • 23
  • 3
1
vote
1 answer

How to hide entered password value from logs of an InstallShield Suite/Advanced UI setup

Is there a way to hide some sensitive properties from logging in InstallShield Suite/Advanced UI projects when using /debuglog command line? Something similar to MsiHiddenProperties for MSI projects? Scenario: Using InstallShield 2015 Premier for…
Kahuna
  • 96
  • 6
1
vote
1 answer

ASP.Net Media Suite - Review

Does anyone have a review of ASP.Net Media Suite located on http://www.aspnetmedia.com/ The tool seems pretty nice, but i've never heard of the company. I'm hesitant to purchase and install something from an unknown source. Can anyone vouch for the…
mson
  • 7,762
  • 6
  • 40
  • 70
1
vote
1 answer

Selenium Test Suite: differing paths to test cases

I have a test suite that does the following log in do tests log out since I want to reuse log in and log out with other test suites I moved them into a separate folder and referenced those test cases in the href field e.g. a…
Juergen Riemer
  • 1,393
  • 2
  • 13
  • 29
1
vote
1 answer

How to delete all userdefaults data of only one subproject?

My project have several subprojects inside main project. I’d like to remove all userdefaults datas in only one subproject. I searched and found ‘suite’ concept in userdefaults, but looks like that suite is mostly used for app groups. Since I don’t…
dueio
  • 33
  • 5
1 2
3
8 9