Skip to content

Commit

Permalink
Don't attribute tests to base class
Browse files Browse the repository at this point in the history
  • Loading branch information
lballabio committed Aug 29, 2023
1 parent 228ee57 commit b9cd359
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ql/instruments/fixedvsfloatingswap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,6 @@ namespace QuantLib {
NPV and therefore affect the fair-rate and
fair-spread calculation. This might not be what you
want.
\test
- the correctness of the returned value is tested by checking
that the price of a swap paying the fair fixed rate is null.
- the correctness of the returned value is tested by checking
that the price of a swap receiving the fair floating-rate
spread is null.
- the correctness of the returned value is tested by checking
that the price of a swap decreases with the paid fixed rate.
- the correctness of the returned value is tested by checking
that the price of a swap increases with the received
floating-rate spread.
- the correctness of the returned value is tested by checking
it against a known good value.
*/
class FixedVsFloatingSwap : public Swap {
public:
Expand Down

0 comments on commit b9cd359

Please sign in to comment.