zeppelin/angular
Juyeon 53fe7c123b
[ZEPPELIN-6273] Add unit test for AngularInterpreter
### What is this PR for?
Since there is currently no test class that can test AngularInterpreter, I added unit tests for `org.apache.zeppelin.angular.AngularInterpreter` to cover the core behavior.
- Verify interpret echoes input with Type.ANGULAR and Code.SUCCESS
- Verify empty input returns Type.ANGULAR with empty data
- Verify cancel does not throw
- Verify completion returns empty list
- Verify getFormType() returns FormType.NATIVE
- Verify getProgress() returns 0
- Verify scheduler is FIFOScheduler and name contains AngularInterpreter


### What type of PR is it?
Improvement

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-6273

### How should this be tested?
* In the angular module, run test.

### Questions:
* Does the license files need to update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No


Closes #5021 from proceane/feature/ZEPPELIN-6273.

Signed-off-by: ParkGyeongTae <gyeongtae@apache.org>
2025-08-25 20:17:16 +09:00
..
src [ZEPPELIN-6273] Add unit test for AngularInterpreter 2025-08-25 20:17:16 +09:00
pom.xml [MINOR] Bump up version to 0.13.0-SNAPSHOT 2025-08-02 22:05:06 +09:00