Java org.springframework.boot.test.util TestPropertyValues fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.test.util TestPropertyValues fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.test.util TestPropertyValues.

The text is from its open source code.

Method

TestPropertyValuesof(String... pairs)
Return a new TestPropertyValues with the underlying map populated with the given property pairs.
TestPropertyValuesof(Iterable pairs)
Return a new TestPropertyValues with the underlying map populated with the given property pairs.
TestPropertyValuesof(Stream pairs)
Return a new TestPropertyValues with the underlying map populated with the given property pairs.