jonathanp62 / Java-AES-256

A program that uses AES-256 encryption and decryption for strings and files.
MIT License
0 stars 0 forks source link

Unit testing (TODO) #2

Closed jonathanp62 closed 18 hours ago

jonathanp62 commented 1 week ago

Unit test using System.in the execution contexts that require a user identifier. The password is always required for encryption and decryption.

jonathanp62 commented 1 week ago

This does not seem possible in Gradle. The :test task does not allow one to set the standard input; only :exec tasks can do that.

jonathanp62 commented 18 hours ago

Not going to do this.