AbsaOSS / AbsaOSS/balta

Support stub functions

Open
#19 0 comments 0 reactions 1 assignee Claimed by @benedeki View on GitHub
enhancement
Dominant language
Scala
Stars
3
Forks
2
Avg merge
14h 48m
Merged PRs (30d)
1

Description

## Background
In proper (unit) tests, one wants to occasionally stub things for easier testing.

## Feature
Add easy function stub creation.

## Proposed Solution
Input:
* Function identification
* function name including schema
* list of input parameter types
* returned values - either a Seq of setters (for single row result) or Seq of Seq (when set of records is to be returned from the stub)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.