-
Updated
Sep 1, 2020 - Java
Testing
Testing is the practice of systematically testing software to make sure it works. Testing can be iterative, and happen multiple times.
Eliminate bugs and ship with more confidence by adding these tools to your workflow.
Here are 1,066 public repositories matching this topic...
Hey Guys,
I see an IllegalStateException when running one particular test.
What steps will reproduce the problem?
The following code fails each time it is run
Testcase:
package backend.model.posting
import backend.controller.exceptions.ConflictException
import backend.model.location.Location
import backend.model.user.UserAccount
import org.junit.Before
import org.-
Updated
Sep 2, 2020 - Java
-
Updated
Aug 30, 2020 - Java
-
Updated
Aug 31, 2020 - Java
-
Updated
Sep 3, 2020 - Java
-
Updated
Jan 9, 2020 - Java
Summary
ShouldContainOnly is used in a few places where we know what kind of elements we are dealing with, in this case instead of using the term element we could use a more descriptive name.
Example
Spliterator<?> actual = createSpliterator(SORTED | ORDERED);
spliterators.assertHasOnlyCharacteristics(INFO, actual, DISTINCT, SORTED);fails with this error
-
Updated
Jun 12, 2020 - Java
-
Updated
Jul 28, 2020 - Java
-
Updated
Sep 1, 2020 - Java
Drop 1.5.x support
I would like to drop Spring Boot support for 1.5.x. It is EOL https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019
I would also add some notes in the docs, that we adhere to the spring boot lifecycle in order to be transparent about dropping support for versions.
Currently, the JDBC string containing the host name and port is hardcoded. For example, consider the connection string for MySQL:
It would be desirable to make this configurable. We could provide an option to set the JDBC string for each DBMS. For example, for MySQL,
-
Updated
Sep 2, 2020 - Java
-
Updated
Sep 2, 2020 - Java
-
Updated
Oct 19, 2019 - Java
-
Updated
Aug 31, 2020 - Java
-
Updated
Apr 14, 2020 - Java
As a SDET
I want a documentation or Wiki page where the expected vs actual field matching is explained
So that I can use these in my test automation to test the server response payloads and headers
e.g. id=123 , id="123", isValid=true, isValid="true" etc
AC1:
Cover the following currently supported mechanisms with examples
- $EQ
- (int)
- (float) or (decimal)
- (boolean)
-
Updated
May 27, 2020 - Java
-
Updated
Apr 13, 2020 - Java
-
Updated
Sep 5, 2018 - Java
-
Updated
Aug 20, 2020 - Java
- Wikipedia
- Wikipedia
Testing apps
BuildPulse
Automatically detect, track, and rank flaky tests so you can regain trust in your test suite
TestQuality
The #1 Test Case Creation and Management for GitHub Workflows
here https://www.testcontainers.org/supported_docker_environment/