Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 362 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 362 Bytes

spring-bean-active-profile-test

Purpose

It is a simple JUnit tests to check if bean is configured based on the active profile.

The tests check if the profile sg is activated, then QuickSort Sorting algorithm is used.

If not profile is activated, or any other profile apart from sg is activated BubbleSort algorithm is used.

Have Fun Coding!