Skip to content

Commit 135bacc

Browse files
committed
Fix bullet indent spacing
1 parent 0ba8c63 commit 135bacc

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

docs/index.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Testcontainers is a Java library that supports JUnit tests, providing lightweigh
88

99
Testcontainers make the following kinds of tests easier:
1010

11-
* **Data access layer integration tests**: use a containerized instance of a MySQL, PostgreSQL or Oracle database to test your data access layer code for complete compatibility, but without requiring complex setup on developers' machines and safe in the knowledge that your tests will always start with a known DB state. Any other database type that can be containerized can also be used.
12-
* **Application integration tests**: for running your application in a short-lived test mode with dependencies, such as databases, message queues or web servers.
13-
* **UI/Acceptance tests**: use containerized web browsers, compatible with Selenium, for conducting automated UI tests. Each test can get a fresh instance of the browser, with no browser state, plugin variations or automated browser upgrades to worry about. And you get a video recording of each test session, or just each session where tests failed.
14-
* **Much more!** Check out the various [contributed modules](modules/) or create your own custom container classes using [`GenericContainer`](features/creating_container.md) as a base.
11+
* **Data access layer integration tests**: use a containerized instance of a MySQL, PostgreSQL or Oracle database to test your data access layer code for complete compatibility, but without requiring complex setup on developers' machines and safe in the knowledge that your tests will always start with a known DB state. Any other database type that can be containerized can also be used.
12+
* **Application integration tests**: for running your application in a short-lived test mode with dependencies, such as databases, message queues or web servers.
13+
* **UI/Acceptance tests**: use containerized web browsers, compatible with Selenium, for conducting automated UI tests. Each test can get a fresh instance of the browser, with no browser state, plugin variations or automated browser upgrades to worry about. And you get a video recording of each test session, or just each session where tests failed.
14+
* **Much more!** Check out the various [contributed modules](modules/) or create your own custom container classes using [`GenericContainer`](features/creating_container.md) as a base.
1515

1616
## Prerequisites
1717

@@ -55,21 +55,21 @@ You can also [check the latest version available on Maven Central](https://searc
5555

5656
## Who is using Testcontainers?
5757

58-
* [ZeroTurnaround](https://zeroturnaround.com) - Testing of the Java Agents, micro-services, Selenium browser automation
59-
* [Zipkin](http://zipkin.io) - MySQL and Cassandra testing
60-
* [Apache Gora](https://gora.apache.org) - CouchDB testing
61-
* [Apache James](https://james.apache.org) - LDAP and Cassandra integration testing
62-
* [StreamSets](https://github.com/streamsets/datacollector) - LDAP, MySQL Vault, MongoDB, Redis integration testing
63-
* [Playtika](https://github.com/Playtika/testcontainers-spring-boot) - Kafka, Couchbase, MariaDB, Redis, Neo4j, Aerospike, MemSQL
64-
* [JetBrains](https://www.jetbrains.com/) - Testing of the TeamCity plugin for HashiCorp Vault
65-
* [Plumbr](https://plumbr.io) - Integration testing of data processing pipeline micro-services
66-
* [Streamlio](https://streaml.io/) - Integration and Chaos Testing of our fast data platform based on Apache Puslar, Apache Bookeeper and Apache Heron.
67-
* [Spring Session](https://projects.spring.io/spring-session/) - Redis, PostgreSQL, MySQL and MariaDB integration testing
68-
* [Apache Camel](https://camel.apache.org) - Testing Camel against native services such as Consul, Etcd and so on
69-
* [Instana](https://www.instana.com) - Testing agents and stream processing backends
70-
* [eBay Marketing](https://www.ebay.com) - Testing for MySQL, Cassandra, Redis, Couchbase, Kafka, etc.
71-
* [Skyscanner](https://www.skyscanner.net/) - Integration testing against HTTP service mocks and various data stores
72-
* [Neo4j-OGM](https://neo4j.com/developer/neo4j-ogm/) - Testing new, reactive client implementations
58+
* [ZeroTurnaround](https://zeroturnaround.com) - Testing of the Java Agents, micro-services, Selenium browser automation
59+
* [Zipkin](http://zipkin.io) - MySQL and Cassandra testing
60+
* [Apache Gora](https://gora.apache.org) - CouchDB testing
61+
* [Apache James](https://james.apache.org) - LDAP and Cassandra integration testing
62+
* [StreamSets](https://github.com/streamsets/datacollector) - LDAP, MySQL Vault, MongoDB, Redis integration testing
63+
* [Playtika](https://github.com/Playtika/testcontainers-spring-boot) - Kafka, Couchbase, MariaDB, Redis, Neo4j, Aerospike, MemSQL
64+
* [JetBrains](https://www.jetbrains.com/) - Testing of the TeamCity plugin for HashiCorp Vault
65+
* [Plumbr](https://plumbr.io) - Integration testing of data processing pipeline micro-services
66+
* [Streamlio](https://streaml.io/) - Integration and Chaos Testing of our fast data platform based on Apache Puslar, Apache Bookeeper and Apache Heron.
67+
* [Spring Session](https://projects.spring.io/spring-session/) - Redis, PostgreSQL, MySQL and MariaDB integration testing
68+
* [Apache Camel](https://camel.apache.org) - Testing Camel against native services such as Consul, Etcd and so on
69+
* [Instana](https://www.instana.com) - Testing agents and stream processing backends
70+
* [eBay Marketing](https://www.ebay.com) - Testing for MySQL, Cassandra, Redis, Couchbase, Kafka, etc.
71+
* [Skyscanner](https://www.skyscanner.net/) - Integration testing against HTTP service mocks and various data stores
72+
* [Neo4j-OGM](https://neo4j.com/developer/neo4j-ogm/) - Testing new, reactive client implementations
7373

7474
## License
7575

0 commit comments

Comments
 (0)