shah-smit / spring-bean-active-profile-test

Spring @ActiveProfile in JUnit Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Spring @ActiveProfile in JUnit Tests


Languages

Language:Java 100.0%