Skip to content

Console Output

+ mvn test
[INFO] Scanning for projects...
[INFO] 
[INFO] --< co.edu.udistrital.mdp:MP_202530_G81_E5_ViviendaUniversitaria_Back >--
[INFO] Building MP_202530_G81_E5_ViviendaUniversitaria_Back 0.0.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ MP_202530_G81_E5_ViviendaUniversitaria_Back ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 0 resource from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ MP_202530_G81_E5_ViviendaUniversitaria_Back ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ MP_202530_G81_E5_ViviendaUniversitaria_Back ---
[INFO] skip non existing resourceDirectory /home/cecaduser/workspace/MP_202530_G81_E5_ViviendaUniversitaria_Back/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ MP_202530_G81_E5_ViviendaUniversitaria_Back ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- surefire:2.22.1:test (default-test) @ MP_202530_G81_E5_ViviendaUniversitaria_Back ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running co.edu.udistrital.mdp.back.MainApplicationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in co.edu.udistrital.mdp.back.MainApplicationTest
[INFO] Running co.edu.udistrital.mdp.back.SimpleUnitTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in co.edu.udistrital.mdp.back.SimpleUnitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.231 s
[INFO] Finished at: 2025-10-07T02:04:58Z
[INFO] ------------------------------------------------------------------------